Color Hex Logo

#dbc952 Color Hex

#DBC952
(219,201,82)
0 Favorites   0 Comments

Color spaces of #dbc952

RGB 21920182
HSL0.140.660.59
HSV52°63°86°
CMYK 0.000.080.63   0.14
XYZ51.623157.442616.3493
Yxy57.44260.41160.4580
Hunter Lab75.7909-11.053240.2638
CIE-Lab80.4279-7.689159.9526

#dbc952 color RGB value is (219,201,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 01010010
Octal 333 311 122
Decimal 219 201 82
Hex DB C9 52

RGB Percentages of Color #dbc952

%43.63
%40.04
%16.33

CMYK Percentages of Color #dbc952

%0
%8
%63
%14

Triadic Colors of #dbc952

#dbc952 #52dbc9 #c952db

Analogous Colors of #dbc952

#dbc952 #a9db52 #db8552

Monochromatic Colors of #dbc952

#dbc952

Complementary Color

#dbc952 #5264db

#dbc952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc952 Color CSS Codes

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

#dbc952 Text Font Color

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

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


#dbc952 Background Color

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

This div background color is #dbc952


#dbc952 Border Color

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

This div border color is #dbc952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc952


Comments

No comments written yet.

Please login to write comment.