Color Hex Logo

#dbc582 Color Hex

#DBC582
(219,197,130)
0 Favorites   0 Comments

Color spaces of #dbc582

RGB 219197130
HSL0.130.550.68
HSV45°41°86°
CMYK 0.000.100.41   0.14
XYZ53.208956.604329.2404
Yxy56.60430.38270.4071
Hunter Lab75.2358-5.422529.6220
CIE-Lab79.9565-1.522136.4082

#dbc582 color RGB value is (219,197,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 10000010
Octal 333 305 202
Decimal 219 197 130
Hex DB C5 82

RGB Percentages of Color #dbc582

%40.11
%36.08
%23.81

CMYK Percentages of Color #dbc582

%0
%10
%41
%14

Triadic Colors of #dbc582

#dbc582 #82dbc5 #c582db

Analogous Colors of #dbc582

#dbc582 #c5db82 #db9982

Monochromatic Colors of #dbc582

#dbc582

Complementary Color

#dbc582 #8298db

#dbc582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc582 Color CSS Codes

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

#dbc582 Text Font Color

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

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


#dbc582 Background Color

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

This div background color is #dbc582


#dbc582 Border Color

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

This div border color is #dbc582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc582


Comments

No comments written yet.

Please login to write comment.