Color Hex Logo

#dbc59b Color Hex

#DBC59B
(219,197,155)
0 Favorites   0 Comments

Color spaces of #dbc59b

RGB 219197155
HSL0.110.470.73
HSV39°29°86°
CMYK 0.000.100.29   0.14
XYZ55.096157.359139.1779
Yxy57.35910.36340.3783
Hunter Lab75.7358-2.682922.3445
CIE-Lab80.38111.463023.9228

#dbc59b color RGB value is (219,197,155).

#dbc59b hex color red value is 219, green value is 197 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dbc59b hue: 0.11 , saturation: 0.47 and the lightness value of dbc59b is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 10011011
Octal 333 305 233
Decimal 219 197 155
Hex DB C5 9B

RGB Percentages of Color #dbc59b

%38.35
%34.50
%27.15

CMYK Percentages of Color #dbc59b

%0
%10
%29
%14

Triadic Colors of #dbc59b

#dbc59b #9bdbc5 #c59bdb

Analogous Colors of #dbc59b

#dbc59b #d1db9b #dba59b

Monochromatic Colors of #dbc59b

#dbc59b

Complementary Color

#dbc59b #9bb1db

#dbc59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc59b Color CSS Codes

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

#dbc59b Text Font Color

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

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


#dbc59b Background Color

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

This div background color is #dbc59b


#dbc59b Border Color

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

This div border color is #dbc59b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc59b


Comments

No comments written yet.

Please login to write comment.