Color Hex Logo

#dcb52d Color Hex

#DCB52D
(220,181,45)
0 Favorites   0 Comments

Color spaces of #dcb52d

RGB 22018145
HSL0.130.710.52
HSV47°80°86°
CMYK 0.000.180.80   0.14
XYZ46.512748.45299.3835
Yxy48.45290.44570.4643
Hunter Lab69.6081-2.539140.7331
CIE-Lab75.10971.302368.7441

#dcb52d color RGB value is (220,181,45).

#dcb52d hex color red value is 220, green value is 181 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dcb52d hue: 0.13 , saturation: 0.71 and the lightness value of dcb52d is 0.52.

The process color (four color CMYK) of #dcb52d color hex is 0.00, 0.18, 0.80, 0.14. Web safe color of #dcb52d is #cccc33. Color #dcb52d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110101 00101101
Octal 334 265 55
Decimal 220 181 45
Hex DC B5 2D

RGB Percentages of Color #dcb52d

%49.33
%40.58
%10.09

CMYK Percentages of Color #dcb52d

%0
%18
%80
%14

Triadic Colors of #dcb52d

#dcb52d #2ddcb5 #b52ddc

Analogous Colors of #dcb52d

#dcb52d #acdc2d #dc5e2d

Monochromatic Colors of #dcb52d

#dcb52d

Complementary Color

#dcb52d #2d54dc

#dcb52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb52d Color CSS Codes

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

#dcb52d Text Font Color

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

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


#dcb52d Background Color

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

This div background color is #dcb52d


#dcb52d Border Color

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

This div border color is #dcb52d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,181,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcb52d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcb52d;
  -webkit-box-shadow: 1px 1px 3px 2px #dcb52d;
  box-shadow:         1px 1px 3px 2px #dcb52d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,181,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb52d


Comments

No comments written yet.

Please login to write comment.