Color Hex Logo

#dbc79a Color Hex

#DBC79A
(219,199,154)
0 Favorites   0 Comments

Color spaces of #dbc79a

RGB 219199154
HSL0.120.470.73
HSV42°30°86°
CMYK 0.000.090.30   0.14
XYZ55.469658.240038.8897
Yxy58.24000.36350.3817
Hunter Lab76.3151-3.808923.2068
CIE-Lab80.87200.287025.1189

#dbc79a color RGB value is (219,199,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 10011010
Octal 333 307 232
Decimal 219 199 154
Hex DB C7 9A

RGB Percentages of Color #dbc79a

%38.29
%34.79
%26.92

CMYK Percentages of Color #dbc79a

%0
%9
%30
%14

Triadic Colors of #dbc79a

#dbc79a #9adbc7 #c79adb

Analogous Colors of #dbc79a

#dbc79a #cfdb9a #dba79a

Monochromatic Colors of #dbc79a

#dbc79a

Complementary Color

#dbc79a #9aaedb

#dbc79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc79a Color CSS Codes

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

#dbc79a Text Font Color

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

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


#dbc79a Background Color

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

This div background color is #dbc79a


#dbc79a Border Color

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

This div border color is #dbc79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc79a


Comments

No comments written yet.

Please login to write comment.