Color Hex Logo

#dcb53f Color Hex

#DCB53F
(220,181,63)
2 Favorites   0 Comments

Color spaces of #dcb53f

RGB 22018163
HSL0.130.690.55
HSV45°71°86°
CMYK 0.000.180.71   0.14
XYZ46.936348.622311.6139
Yxy48.62230.43800.4537
Hunter Lab69.7297-1.875438.9357
CIE-Lab75.21572.037762.4188

#dcb53f color RGB value is (220,181,63).

#dcb53f hex color red value is 220, green value is 181 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dcb53f hue: 0.13 , saturation: 0.69 and the lightness value of dcb53f is 0.55.

The process color (four color CMYK) of #dcb53f color hex is 0.00, 0.18, 0.71, 0.14. Web safe color of #dcb53f is #cccc33. Color #dcb53f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110101 00111111
Octal 334 265 77
Decimal 220 181 63
Hex DC B5 3F

RGB Percentages of Color #dcb53f

%47.41
%39.01
%13.58

CMYK Percentages of Color #dcb53f

%0
%18
%71
%14

Triadic Colors of #dcb53f

#dcb53f #3fdcb5 #b53fdc

Analogous Colors of #dcb53f

#dcb53f #b5dc3f #dc673f

Monochromatic Colors of #dcb53f

#dcb53f

Complementary Color

#dcb53f #3f66dc

#dcb53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb53f Color CSS Codes

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

#dcb53f Text Font Color

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

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


#dcb53f Background Color

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

This div background color is #dcb53f


#dcb53f Border Color

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

This div border color is #dcb53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb53f


Comments

No comments written yet.

Please login to write comment.