Color Hex Logo

#dcc833 Color Hex

#DCC833
(220,200,51)
0 Favorites   0 Comments

Color spaces of #dcc833

RGB 22020051
HSL0.150.710.53
HSV53°77°86°
CMYK 0.000.090.77   0.14
XYZ50.767056.763211.4127
Yxy56.76320.42680.4772
Hunter Lab75.3414-11.569343.7577
CIE-Lab80.0462-8.311671.2981

#dcc833 color RGB value is (220,200,51).

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

The process color (four color CMYK) of #dcc833 color hex is 0.00, 0.09, 0.77, 0.14. Web safe color of #dcc833 is #cccc33. Color #dcc833 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 00110011
Octal 334 310 63
Decimal 220 200 51
Hex DC C8 33

RGB Percentages of Color #dcc833

%46.71
%42.46
%10.83

CMYK Percentages of Color #dcc833

%0
%9
%77
%14

Triadic Colors of #dcc833

#dcc833 #33dcc8 #c833dc

Analogous Colors of #dcc833

#dcc833 #9cdc33 #dc7433

Monochromatic Colors of #dcc833

#dcc833

Complementary Color

#dcc833 #3347dc

#dcc833 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc833 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc833 Color CSS Codes

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

#dcc833 Text Font Color

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

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


#dcc833 Background Color

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

This div background color is #dcc833


#dcc833 Border Color

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

This div border color is #dcc833


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc833


Comments

No comments written yet.

Please login to write comment.