Color Hex Logo

#dcb72f Color Hex

#DCB72F
(220,183,47)
0 Favorites   0 Comments

Color spaces of #dcb72f

RGB 22018347
HSL0.130.710.52
HSV47°79°86°
CMYK 0.000.170.79   0.14
XYZ46.961849.28799.7277
Yxy49.28790.44310.4651
Hunter Lab70.2053-3.457040.9285
CIE-Lab75.63010.323368.5742

#dcb72f color RGB value is (220,183,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 00101111
Octal 334 267 57
Decimal 220 183 47
Hex DC B7 2F

RGB Percentages of Color #dcb72f

%48.89
%40.67
%10.44

CMYK Percentages of Color #dcb72f

%0
%17
%79
%14

Triadic Colors of #dcb72f

#dcb72f #2fdcb7 #b72fdc

Analogous Colors of #dcb72f

#dcb72f #abdc2f #dc612f

Monochromatic Colors of #dcb72f

#dcb72f

Complementary Color

#dcb72f #2f54dc

#dcb72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb72f Color CSS Codes

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

#dcb72f Text Font Color

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

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


#dcb72f Background Color

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

This div background color is #dcb72f


#dcb72f Border Color

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

This div border color is #dcb72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb72f


Comments

No comments written yet.

Please login to write comment.