Color Hex Logo

#dbc89f Color Hex

#DBC89F
(219,200,159)
0 Favorites   0 Comments

Color spaces of #dbc89f

RGB 219200159
HSL0.110.450.74
HSV41°27°86°
CMYK 0.000.090.27   0.14
XYZ56.125758.871841.2061
Yxy58.87180.35930.3769
Hunter Lab76.7280-3.703121.8684
CIE-Lab81.22110.423522.9574

#dbc89f color RGB value is (219,200,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 10011111
Octal 333 310 237
Decimal 219 200 159
Hex DB C8 9F

RGB Percentages of Color #dbc89f

%37.89
%34.60
%27.51

CMYK Percentages of Color #dbc89f

%0
%9
%27
%14

Triadic Colors of #dbc89f

#dbc89f #9fdbc8 #c89fdb

Analogous Colors of #dbc89f

#dbc89f #d0db9f #dbaa9f

Monochromatic Colors of #dbc89f

#dbc89f

Complementary Color

#dbc89f #9fb2db

#dbc89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc89f Color CSS Codes

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

#dbc89f Text Font Color

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

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


#dbc89f Background Color

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

This div background color is #dbc89f


#dbc89f Border Color

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

This div border color is #dbc89f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc89f


Comments

No comments written yet.

Please login to write comment.