Color Hex Logo

#dbc970 Color Hex

#DBC970
(219,201,112)
0 Favorites   0 Comments

Color spaces of #dbc970

RGB 219201112
HSL0.140.600.65
HSV50°49°86°
CMYK 0.000.080.49   0.14
XYZ53.024758.003223.7303
Yxy58.00320.39350.4304
Hunter Lab76.1598-9.002834.8380
CIE-Lab80.7406-5.377746.4353

#dbc970 color RGB value is (219,201,112).

#dbc970 hex color red value is 219, green value is 201 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dbc970 hue: 0.14 , saturation: 0.60 and the lightness value of dbc970 is 0.65.

The process color (four color CMYK) of #dbc970 color hex is 0.00, 0.08, 0.49, 0.14. Web safe color of #dbc970 is #cccc66. Color #dbc970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 01110000
Octal 333 311 160
Decimal 219 201 112
Hex DB C9 70

RGB Percentages of Color #dbc970

%41.17
%37.78
%21.05

CMYK Percentages of Color #dbc970

%0
%8
%49
%14

Triadic Colors of #dbc970

#dbc970 #70dbc9 #c970db

Analogous Colors of #dbc970

#dbc970 #b8db70 #db9470

Monochromatic Colors of #dbc970

#dbc970

Complementary Color

#dbc970 #7082db

#dbc970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc970 Color CSS Codes

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

#dbc970 Text Font Color

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

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


#dbc970 Background Color

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

This div background color is #dbc970


#dbc970 Border Color

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

This div border color is #dbc970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc970


Comments

No comments written yet.

Please login to write comment.