Color Hex Logo

#dcc224 Color Hex

#DCC224
(220,194,36)
0 Favorites   0 Comments

Color spaces of #dcc224

RGB 22019436
HSL0.140.720.50
HSV52°84°86°
CMYK 0.000.120.84   0.14
XYZ49.125453.92669.4888
Yxy53.92660.43650.4792
Hunter Lab73.4347-9.100243.7432
CIE-Lab78.4189-5.718174.1205

#dcc224 color RGB value is (220,194,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 00100100
Octal 334 302 44
Decimal 220 194 36
Hex DC C2 24

RGB Percentages of Color #dcc224

%48.89
%43.11
%8.00

CMYK Percentages of Color #dcc224

%0
%12
%84
%14

Triadic Colors of #dcc224

#dcc224 #24dcc2 #c224dc

Analogous Colors of #dcc224

#dcc224 #9adc24 #dc6624

Monochromatic Colors of #dcc224

#dcc224

Complementary Color

#dcc224 #243edc

#dcc224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc224 Color CSS Codes

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

#dcc224 Text Font Color

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

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


#dcc224 Background Color

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

This div background color is #dcc224


#dcc224 Border Color

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

This div border color is #dcc224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc224


Comments

No comments written yet.

Please login to write comment.