Color Hex Logo

#dcb32d Color Hex

#DCB32D
(220,179,45)
0 Favorites   0 Comments

Color spaces of #dcb32d

RGB 22017945
HSL0.130.710.52
HSV46°80°86°
CMYK 0.000.190.80   0.14
XYZ46.109047.64539.2489
Yxy47.64530.44760.4626
Hunter Lab69.0256-1.557040.3735
CIE-Lab74.60072.353268.2909

#dcb32d color RGB value is (220,179,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 00101101
Octal 334 263 55
Decimal 220 179 45
Hex DC B3 2D

RGB Percentages of Color #dcb32d

%49.55
%40.32
%10.14

CMYK Percentages of Color #dcb32d

%0
%19
%80
%14

Triadic Colors of #dcb32d

#dcb32d #2ddcb3 #b32ddc

Analogous Colors of #dcb32d

#dcb32d #aedc2d #dc5b2d

Monochromatic Colors of #dcb32d

#dcb32d

Complementary Color

#dcb32d #2d56dc

#dcb32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb32d Color CSS Codes

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

#dcb32d Text Font Color

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

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


#dcb32d Background Color

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

This div background color is #dcb32d


#dcb32d Border Color

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

This div border color is #dcb32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb32d


Comments

No comments written yet.

Please login to write comment.