Color Hex Logo

#dbc96f Color Hex

#DBC96F
(219,201,111)
0 Favorites   0 Comments

Color spaces of #dbc96f

RGB 219201111
HSL0.140.600.65
HSV50°49°86°
CMYK 0.000.080.49   0.14
XYZ52.969357.981123.4386
Yxy57.98110.39410.4314
Hunter Lab76.1453-9.083635.0514
CIE-Lab80.7283-5.468246.9093

#dbc96f color RGB value is (219,201,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 01101111
Octal 333 311 157
Decimal 219 201 111
Hex DB C9 6F

RGB Percentages of Color #dbc96f

%41.24
%37.85
%20.90

CMYK Percentages of Color #dbc96f

%0
%8
%49
%14

Triadic Colors of #dbc96f

#dbc96f #6fdbc9 #c96fdb

Analogous Colors of #dbc96f

#dbc96f #b7db6f #db936f

Monochromatic Colors of #dbc96f

#dbc96f

Complementary Color

#dbc96f #6f81db

#dbc96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc96f Color CSS Codes

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

#dbc96f Text Font Color

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

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


#dbc96f Background Color

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

This div background color is #dbc96f


#dbc96f Border Color

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

This div border color is #dbc96f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,201,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 #dbc96f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc96f


Comments

No comments written yet.

Please login to write comment.