Color Hex Logo

#dcb32f Color Hex

#DCB32F
(220,179,47)
0 Favorites   0 Comments

Color spaces of #dcb32f

RGB 22017947
HSL0.130.710.52
HSV46°79°86°
CMYK 0.000.190.79   0.14
XYZ46.148447.66119.4566
Yxy47.66110.44690.4615
Hunter Lab69.0370-1.494940.2044
CIE-Lab74.61072.421967.6550

#dcb32f color RGB value is (220,179,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 00101111
Octal 334 263 57
Decimal 220 179 47
Hex DC B3 2F

RGB Percentages of Color #dcb32f

%49.33
%40.13
%10.54

CMYK Percentages of Color #dcb32f

%0
%19
%79
%14

Triadic Colors of #dcb32f

#dcb32f #2fdcb3 #b32fdc

Analogous Colors of #dcb32f

#dcb32f #afdc2f #dc5c2f

Monochromatic Colors of #dcb32f

#dcb32f

Complementary Color

#dcb32f #2f58dc

#dcb32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb32f Color CSS Codes

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

#dcb32f Text Font Color

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

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


#dcb32f Background Color

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

This div background color is #dcb32f


#dcb32f Border Color

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

This div border color is #dcb32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb32f


Comments

No comments written yet.

Please login to write comment.