Color Hex Logo

#dbc852 Color Hex

#DBC852
(219,200,82)
0 Favorites   0 Comments

Color spaces of #dbc852

RGB 21920082
HSL0.140.660.59
HSV52°63°86°
CMYK 0.000.090.63   0.14
XYZ51.390756.977816.2719
Yxy56.97780.41230.4571
Hunter Lab75.4836-10.570240.0575
CIE-Lab80.1671-7.178159.6710

#dbc852 color RGB value is (219,200,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 01010010
Octal 333 310 122
Decimal 219 200 82
Hex DB C8 52

RGB Percentages of Color #dbc852

%43.71
%39.92
%16.37

CMYK Percentages of Color #dbc852

%0
%9
%63
%14

Triadic Colors of #dbc852

#dbc852 #52dbc8 #c852db

Analogous Colors of #dbc852

#dbc852 #aadb52 #db8452

Monochromatic Colors of #dbc852

#dbc852

Complementary Color

#dbc852 #5265db

#dbc852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc852 Color CSS Codes

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

#dbc852 Text Font Color

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

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


#dbc852 Background Color

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

This div background color is #dbc852


#dbc852 Border Color

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

This div border color is #dbc852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc852


Comments

No comments written yet.

Please login to write comment.