Color Hex Logo

#dbc581 Color Hex

#DBC581
(219,197,129)
0 Favorites   0 Comments

Color spaces of #dbc581

RGB 219197129
HSL0.130.560.68
HSV45°41°86°
CMYK 0.000.100.41   0.14
XYZ53.142156.577628.8885
Yxy56.57760.38340.4082
Hunter Lab75.2181-5.520229.8815
CIE-Lab79.9414-1.629636.9019

#dbc581 color RGB value is (219,197,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 10000001
Octal 333 305 201
Decimal 219 197 129
Hex DB C5 81

RGB Percentages of Color #dbc581

%40.18
%36.15
%23.67

CMYK Percentages of Color #dbc581

%0
%10
%41
%14

Triadic Colors of #dbc581

#dbc581 #81dbc5 #c581db

Analogous Colors of #dbc581

#dbc581 #c4db81 #db9881

Monochromatic Colors of #dbc581

#dbc581

Complementary Color

#dbc581 #8197db

#dbc581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc581 Color CSS Codes

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

#dbc581 Text Font Color

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

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


#dbc581 Background Color

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

This div background color is #dbc581


#dbc581 Border Color

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

This div border color is #dbc581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc581


Comments

No comments written yet.

Please login to write comment.