Color Hex Logo

#dbc579 Color Hex

#DBC579
(219,197,121)
0 Favorites   0 Comments

Color spaces of #dbc579

RGB 219197121
HSL0.130.580.67
HSV47°45°86°
CMYK 0.000.100.45   0.14
XYZ52.630956.373026.1963
Yxy56.37300.38930.4170
Hunter Lab75.0820-6.268631.8709
CIE-Lab79.8256-2.455540.8253

#dbc579 color RGB value is (219,197,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 01111001
Octal 333 305 171
Decimal 219 197 121
Hex DB C5 79

RGB Percentages of Color #dbc579

%40.78
%36.69
%22.53

CMYK Percentages of Color #dbc579

%0
%10
%45
%14

Triadic Colors of #dbc579

#dbc579 #79dbc5 #c579db

Analogous Colors of #dbc579

#dbc579 #c0db79 #db9479

Monochromatic Colors of #dbc579

#dbc579

Complementary Color

#dbc579 #798fdb

#dbc579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc579 Color CSS Codes

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

#dbc579 Text Font Color

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

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


#dbc579 Background Color

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

This div background color is #dbc579


#dbc579 Border Color

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

This div border color is #dbc579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc579


Comments

No comments written yet.

Please login to write comment.