Color Hex Logo

#dcb033 Color Hex

#DCB033
(220,176,51)
0 Favorites   0 Comments

Color spaces of #dcb033

RGB 22017651
HSL0.120.710.53
HSV44°77°86°
CMYK 0.000.200.77   0.14
XYZ45.638146.50539.7030
Yxy46.50530.44810.4566
Hunter Lab68.19480.116939.3004
CIE-Lab73.87224.150965.6191

#dcb033 color RGB value is (220,176,51).

#dcb033 hex color red value is 220, green value is 176 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dcb033 hue: 0.12 , saturation: 0.71 and the lightness value of dcb033 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 00110011
Octal 334 260 63
Decimal 220 176 51
Hex DC B0 33

RGB Percentages of Color #dcb033

%49.22
%39.37
%11.41

CMYK Percentages of Color #dcb033

%0
%20
%77
%14

Triadic Colors of #dcb033

#dcb033 #33dcb0 #b033dc

Analogous Colors of #dcb033

#dcb033 #b4dc33 #dc5c33

Monochromatic Colors of #dcb033

#dcb033

Complementary Color

#dcb033 #335fdc

#dcb033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb033 Color CSS Codes

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

#dcb033 Text Font Color

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

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


#dcb033 Background Color

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

This div background color is #dcb033


#dcb033 Border Color

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

This div border color is #dcb033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb033


Comments

No comments written yet.

Please login to write comment.