Color Hex Logo

#dbc982 Color Hex

#DBC982
(219,201,130)
0 Favorites   0 Comments

Color spaces of #dbc982

RGB 219201130
HSL0.130.550.68
HSV48°41°86°
CMYK 0.000.080.41   0.14
XYZ54.129358.445129.5472
Yxy58.44510.38090.4112
Hunter Lab76.4494-7.401130.5994
CIE-Lab80.9856-3.595437.7328

#dbc982 color RGB value is (219,201,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 10000010
Octal 333 311 202
Decimal 219 201 130
Hex DB C9 82

RGB Percentages of Color #dbc982

%39.82
%36.55
%23.64

CMYK Percentages of Color #dbc982

%0
%8
%41
%14

Triadic Colors of #dbc982

#dbc982 #82dbc9 #c982db

Analogous Colors of #dbc982

#dbc982 #c1db82 #db9d82

Monochromatic Colors of #dbc982

#dbc982

Complementary Color

#dbc982 #8294db

#dbc982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc982 Color CSS Codes

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

#dbc982 Text Font Color

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

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


#dbc982 Background Color

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

This div background color is #dbc982


#dbc982 Border Color

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

This div border color is #dbc982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc982


Comments

No comments written yet.

Please login to write comment.