Color Hex Logo

#dcb62b Color Hex

#DCB62B
(220,182,43)
0 Favorites   0 Comments

Color spaces of #dcb62b

RGB 22018243
HSL0.130.720.52
HSV47°80°86°
CMYK 0.000.170.80   0.14
XYZ46.679248.84609.2535
Yxy48.84600.44550.4662
Hunter Lab69.8899-3.087941.0729
CIE-Lab75.35540.712769.5777

#dcb62b color RGB value is (220,182,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 00101011
Octal 334 266 53
Decimal 220 182 43
Hex DC B6 2B

RGB Percentages of Color #dcb62b

%49.44
%40.90
%9.66

CMYK Percentages of Color #dcb62b

%0
%17
%80
%14

Triadic Colors of #dcb62b

#dcb62b #2bdcb6 #b62bdc

Analogous Colors of #dcb62b

#dcb62b #aadc2b #dc5d2b

Monochromatic Colors of #dcb62b

#dcb62b

Complementary Color

#dcb62b #2b51dc

#dcb62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb62b Color CSS Codes

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

#dcb62b Text Font Color

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

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


#dcb62b Background Color

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

This div background color is #dcb62b


#dcb62b Border Color

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

This div border color is #dcb62b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb62b


Comments

No comments written yet.

Please login to write comment.