Color Hex Logo

#dcb02b Color Hex

#DCB02B
(220,176,43)
0 Favorites   0 Comments

Color spaces of #dcb02b

RGB 22017643
HSL0.130.720.52
HSV45°80°86°
CMYK 0.000.200.80   0.14
XYZ45.476646.44078.8526
Yxy46.44070.45130.4609
Hunter Lab68.1474-0.140140.0012
CIE-Lab73.83063.868068.2373

#dcb02b color RGB value is (220,176,43).

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

The process color (four color CMYK) of #dcb02b color hex is 0.00, 0.20, 0.80, 0.14. Web safe color of #dcb02b is #cc9933. Color #dcb02b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 00101011
Octal 334 260 53
Decimal 220 176 43
Hex DC B0 2B

RGB Percentages of Color #dcb02b

%50.11
%40.09
%9.79

CMYK Percentages of Color #dcb02b

%0
%20
%80
%14

Triadic Colors of #dcb02b

#dcb02b #2bdcb0 #b02bdc

Analogous Colors of #dcb02b

#dcb02b #b0dc2b #dc582b

Monochromatic Colors of #dcb02b

#dcb02b

Complementary Color

#dcb02b #2b57dc

#dcb02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb02b Color CSS Codes

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

#dcb02b Text Font Color

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

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


#dcb02b Background Color

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

This div background color is #dcb02b


#dcb02b Border Color

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

This div border color is #dcb02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb02b


Comments

No comments written yet.

Please login to write comment.