Color Hex Logo

#dbcc53 Color Hex

#DBCC53
(219,204,83)
0 Favorites   0 Comments

Color spaces of #dbcc53

RGB 21920483
HSL0.150.650.59
HSV53°62°86°
CMYK 0.000.070.62   0.14
XYZ52.367658.870316.7867
Yxy58.87030.40900.4598
Hunter Lab76.7270-12.442640.7371
CIE-Lab81.2203-9.152660.3791

#dbcc53 color RGB value is (219,204,83).

#dbcc53 hex color red value is 219, green value is 204 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dbcc53 hue: 0.15 , saturation: 0.65 and the lightness value of dbcc53 is 0.59.

The process color (four color CMYK) of #dbcc53 color hex is 0.00, 0.07, 0.62, 0.14. Web safe color of #dbcc53 is #cccc66. Color #dbcc53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 01010011
Octal 333 314 123
Decimal 219 204 83
Hex DB CC 53

RGB Percentages of Color #dbcc53

%43.28
%40.32
%16.40

CMYK Percentages of Color #dbcc53

%0
%7
%62
%14

Triadic Colors of #dbcc53

#dbcc53 #53dbcc #cc53db

Analogous Colors of #dbcc53

#dbcc53 #a6db53 #db8853

Monochromatic Colors of #dbcc53

#dbcc53

Complementary Color

#dbcc53 #5362db

#dbcc53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcc53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcc53 Color CSS Codes

.mybgcolor {background-color:#dbcc53; } 
.myforecolor {color:#dbcc53; }
.mybordercolor {border:3px solid #dbcc53; }

#dbcc53 Text Font Color

<p style="color:#dbcc53">Text here</p>

This sample text font color is #dbcc53
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbcc53 Background Color

<div style="background-color:#dbcc53">
Div content here</div>

This div background color is #dbcc53


#dbcc53 Border Color

<div style="border:3px solid #dbcc53">
Div here</div>

This div border color is #dbcc53


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,204,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbcc53; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbcc53;
  -webkit-box-shadow: 1px 1px 3px 2px #dbcc53;
  box-shadow:         1px 1px 3px 2px #dbcc53; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,204,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbcc53">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcc53;
  -webkit-box-shadow: 1px 1px 3px 2px #dbcc53;
  box-shadow:         1px 1px 3px 2px #dbcc53;">
Div content here</div>

This div box has shadow with color #dbcc53


Comments

No comments written yet.

Please login to write comment.