Color Hex Logo

#dbc079 Color Hex

#DBC079
(219,192,121)
0 Favorites   0 Comments

Color spaces of #dbc079

RGB 219192121
HSL0.120.580.67
HSV43°45°86°
CMYK 0.000.120.45   0.14
XYZ51.514254.139825.8241
Yxy54.13980.39180.4118
Hunter Lab73.5798-3.794330.6970
CIE-Lab78.54320.147639.2061

#dbc079 color RGB value is (219,192,121).

#dbc079 hex color red value is 219, green value is 192 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dbc079 hue: 0.12 , saturation: 0.58 and the lightness value of dbc079 is 0.67.

The process color (four color CMYK) of #dbc079 color hex is 0.00, 0.12, 0.45, 0.14. Web safe color of #dbc079 is #cccc66. Color #dbc079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 01111001
Octal 333 300 171
Decimal 219 192 121
Hex DB C0 79

RGB Percentages of Color #dbc079

%41.17
%36.09
%22.74

CMYK Percentages of Color #dbc079

%0
%12
%45
%14

Triadic Colors of #dbc079

#dbc079 #79dbc0 #c079db

Analogous Colors of #dbc079

#dbc079 #c5db79 #db8f79

Monochromatic Colors of #dbc079

#dbc079

Complementary Color

#dbc079 #7994db

#dbc079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc079 Color CSS Codes

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

#dbc079 Text Font Color

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

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


#dbc079 Background Color

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

This div background color is #dbc079


#dbc079 Border Color

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

This div border color is #dbc079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc079


Comments

No comments written yet.

Please login to write comment.