Color Hex Logo

#dcc433 Color Hex

#DCC433
(220,196,51)
0 Favorites   0 Comments

Color spaces of #dcc433

RGB 22019651
HSL0.140.710.53
HSV51°77°86°
CMYK 0.000.110.77   0.14
XYZ49.852754.934511.1079
Yxy54.93450.43020.4740
Hunter Lab74.1178-9.644542.9968
CIE-Lab79.0035-6.267470.3475

#dcc433 color RGB value is (220,196,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000100 00110011
Octal 334 304 63
Decimal 220 196 51
Hex DC C4 33

RGB Percentages of Color #dcc433

%47.11
%41.97
%10.92

CMYK Percentages of Color #dcc433

%0
%11
%77
%14

Triadic Colors of #dcc433

#dcc433 #33dcc4 #c433dc

Analogous Colors of #dcc433

#dcc433 #a0dc33 #dc7033

Monochromatic Colors of #dcc433

#dcc433

Complementary Color

#dcc433 #334bdc

#dcc433 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc433 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc433 Color CSS Codes

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

#dcc433 Text Font Color

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

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


#dcc433 Background Color

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

This div background color is #dcc433


#dcc433 Border Color

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

This div border color is #dcc433


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc433


Comments

No comments written yet.

Please login to write comment.