Color Hex Logo

#dcb72b Color Hex

#DCB72B
(220,183,43)
0 Favorites   0 Comments

Color spaces of #dcb72b

RGB 22018343
HSL0.130.720.52
HSV47°80°86°
CMYK 0.000.170.80   0.14
XYZ46.884749.25709.3220
Yxy49.25700.44460.4671
Hunter Lab70.1833-3.577141.2532
CIE-Lab75.61090.189469.8018

#dcb72b color RGB value is (220,183,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 00101011
Octal 334 267 53
Decimal 220 183 43
Hex DC B7 2B

RGB Percentages of Color #dcb72b

%49.33
%41.03
%9.64

CMYK Percentages of Color #dcb72b

%0
%17
%80
%14

Triadic Colors of #dcb72b

#dcb72b #2bdcb7 #b72bdc

Analogous Colors of #dcb72b

#dcb72b #a9dc2b #dc5e2b

Monochromatic Colors of #dcb72b

#dcb72b

Complementary Color

#dcb72b #2b50dc

#dcb72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb72b Color CSS Codes

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

#dcb72b Text Font Color

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

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


#dcb72b Background Color

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

This div background color is #dcb72b


#dcb72b Border Color

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

This div border color is #dcb72b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb72b


Comments

No comments written yet.

Please login to write comment.