Color Hex Logo

#dcc233 Color Hex

#DCC233
(220,194,51)
0 Favorites   0 Comments

Color spaces of #dcc233

RGB 22019451
HSL0.140.710.53
HSV51°77°86°
CMYK 0.000.120.77   0.14
XYZ49.404554.038210.9585
Yxy54.03820.43190.4724
Hunter Lab73.5107-8.678842.6189
CIE-Lab78.4840-5.240169.8726

#dcc233 color RGB value is (220,194,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 00110011
Octal 334 302 63
Decimal 220 194 51
Hex DC C2 33

RGB Percentages of Color #dcc233

%47.31
%41.72
%10.97

CMYK Percentages of Color #dcc233

%0
%12
%77
%14

Triadic Colors of #dcc233

#dcc233 #33dcc2 #c233dc

Analogous Colors of #dcc233

#dcc233 #a2dc33 #dc6e33

Monochromatic Colors of #dcc233

#dcc233

Complementary Color

#dcc233 #334ddc

#dcc233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc233 Color CSS Codes

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

#dcc233 Text Font Color

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

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


#dcc233 Background Color

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

This div background color is #dcc233


#dcc233 Border Color

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

This div border color is #dcc233


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc233


Comments

No comments written yet.

Please login to write comment.