Color Hex Logo

#dbc69f Color Hex

#DBC69F
(219,198,159)
0 Favorites   0 Comments

Color spaces of #dbc69f

RGB 219198159
HSL0.110.450.74
HSV39°27°86°
CMYK 0.000.100.27   0.14
XYZ55.665557.951441.0527
Yxy57.95140.35990.3747
Hunter Lab76.1258-2.695621.3145
CIE-Lab80.71181.469222.2590

#dbc69f color RGB value is (219,198,159).

#dbc69f hex color red value is 219, green value is 198 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dbc69f hue: 0.11 , saturation: 0.45 and the lightness value of dbc69f is 0.74.

The process color (four color CMYK) of #dbc69f color hex is 0.00, 0.10, 0.27, 0.14. Web safe color of #dbc69f is #cccc99. Color #dbc69f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 10011111
Octal 333 306 237
Decimal 219 198 159
Hex DB C6 9F

RGB Percentages of Color #dbc69f

%38.02
%34.38
%27.60

CMYK Percentages of Color #dbc69f

%0
%10
%27
%14

Triadic Colors of #dbc69f

#dbc69f #9fdbc6 #c69fdb

Analogous Colors of #dbc69f

#dbc69f #d2db9f #dba89f

Monochromatic Colors of #dbc69f

#dbc69f

Complementary Color

#dbc69f #9fb4db

#dbc69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc69f Color CSS Codes

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

#dbc69f Text Font Color

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

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


#dbc69f Background Color

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

This div background color is #dbc69f


#dbc69f Border Color

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

This div border color is #dbc69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc69f


Comments

No comments written yet.

Please login to write comment.