Color Hex Logo

#dcb62d Color Hex

#DCB62D
(220,182,45)
0 Favorites   0 Comments

Color spaces of #dcb62d

RGB 22018245
HSL0.130.710.52
HSV47°80°86°
CMYK 0.000.170.80   0.14
XYZ46.716848.86109.4515
Yxy48.86100.44480.4652
Hunter Lab69.9006-3.029040.9137
CIE-Lab75.36480.778368.9711

#dcb62d color RGB value is (220,182,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 00101101
Octal 334 266 55
Decimal 220 182 45
Hex DC B6 2D

RGB Percentages of Color #dcb62d

%49.22
%40.72
%10.07

CMYK Percentages of Color #dcb62d

%0
%17
%80
%14

Triadic Colors of #dcb62d

#dcb62d #2ddcb6 #b62ddc

Analogous Colors of #dcb62d

#dcb62d #abdc2d #dc5e2d

Monochromatic Colors of #dcb62d

#dcb62d

Complementary Color

#dcb62d #2d53dc

#dcb62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb62d Color CSS Codes

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

#dcb62d Text Font Color

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

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


#dcb62d Background Color

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

This div background color is #dcb62d


#dcb62d Border Color

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

This div border color is #dcb62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb62d


Comments

No comments written yet.

Please login to write comment.