Color Hex Logo

#dbcc6f Color Hex

#DBCC6F
(219,204,111)
0 Favorites   0 Comments

Color spaces of #dbcc6f

RGB 219204111
HSL0.140.600.65
HSV52°49°86°
CMYK 0.000.070.49   0.14
XYZ53.675559.393523.6740
Yxy59.39350.39250.4343
Hunter Lab77.0672-10.546535.7339
CIE-Lab81.5074-7.006047.8527

#dbcc6f color RGB value is (219,204,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 01101111
Octal 333 314 157
Decimal 219 204 111
Hex DB CC 6F

RGB Percentages of Color #dbcc6f

%41.01
%38.20
%20.79

CMYK Percentages of Color #dbcc6f

%0
%7
%49
%14

Triadic Colors of #dbcc6f

#dbcc6f #6fdbcc #cc6fdb

Analogous Colors of #dbcc6f

#dbcc6f #b4db6f #db966f

Monochromatic Colors of #dbcc6f

#dbcc6f

Complementary Color

#dbcc6f #6f7edb

#dbcc6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcc6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcc6f Color CSS Codes

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

#dbcc6f Text Font Color

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

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


#dbcc6f Background Color

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

This div background color is #dbcc6f


#dbcc6f Border Color

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

This div border color is #dbcc6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcc6f


Comments

No comments written yet.

Please login to write comment.