Color Hex Logo

#dbc59a Color Hex

#DBC59A
(219,197,154)
0 Favorites   0 Comments

Color spaces of #dbc59a

RGB 219197154
HSL0.110.470.73
HSV40°30°86°
CMYK 0.000.100.30   0.14
XYZ55.012457.325738.7373
Yxy57.32570.36410.3795
Hunter Lab75.7137-2.803822.6652
CIE-Lab80.36241.332424.4259

#dbc59a color RGB value is (219,197,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 10011010
Octal 333 305 232
Decimal 219 197 154
Hex DB C5 9A

RGB Percentages of Color #dbc59a

%38.42
%34.56
%27.02

CMYK Percentages of Color #dbc59a

%0
%10
%30
%14

Triadic Colors of #dbc59a

#dbc59a #9adbc5 #c59adb

Analogous Colors of #dbc59a

#dbc59a #d1db9a #dba59a

Monochromatic Colors of #dbc59a

#dbc59a

Complementary Color

#dbc59a #9ab0db

#dbc59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc59a Color CSS Codes

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

#dbc59a Text Font Color

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

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


#dbc59a Background Color

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

This div background color is #dbc59a


#dbc59a Border Color

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

This div border color is #dbc59a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc59a


Comments

No comments written yet.

Please login to write comment.