Color Hex Logo

#dbcc66 Color Hex

#DBCC66
(219,204,102)
0 Favorites   0 Comments

Color spaces of #dbcc66

RGB 219204102
HSL0.150.620.63
HSV52°53°86°
CMYK 0.000.070.53   0.14
XYZ53.204659.205121.1939
Yxy59.20510.39820.4431
Hunter Lab76.9449-11.227237.5304
CIE-Lab81.4042-7.773252.0302

#dbcc66 color RGB value is (219,204,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 01100110
Octal 333 314 146
Decimal 219 204 102
Hex DB CC 66

RGB Percentages of Color #dbcc66

%41.71
%38.86
%19.43

CMYK Percentages of Color #dbcc66

%0
%7
%53
%14

Triadic Colors of #dbcc66

#dbcc66 #66dbcc #cc66db

Analogous Colors of #dbcc66

#dbcc66 #b0db66 #db9266

Monochromatic Colors of #dbcc66

#dbcc66

Complementary Color

#dbcc66 #6675db

#dbcc66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcc66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcc66 Color CSS Codes

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

#dbcc66 Text Font Color

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

This sample text font color is #dbcc66
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.


#dbcc66 Background Color

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

This div background color is #dbcc66


#dbcc66 Border Color

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

This div border color is #dbcc66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcc66


Comments

No comments written yet.

Please login to write comment.