Color Hex Logo

#dcc024 Color Hex

#DCC024
(220,192,36)
0 Favorites   0 Comments

Color spaces of #dcc024

RGB 22019236
HSL0.140.720.50
HSV51°84°86°
CMYK 0.000.130.84   0.14
XYZ48.683353.04239.3414
Yxy53.04230.43830.4776
Hunter Lab72.8301-8.134543.3764
CIE-Lab77.9000-4.688573.6873

#dcc024 color RGB value is (220,192,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 00100100
Octal 334 300 44
Decimal 220 192 36
Hex DC C0 24

RGB Percentages of Color #dcc024

%49.11
%42.86
%8.04

CMYK Percentages of Color #dcc024

%0
%13
%84
%14

Triadic Colors of #dcc024

#dcc024 #24dcc0 #c024dc

Analogous Colors of #dcc024

#dcc024 #9cdc24 #dc6424

Monochromatic Colors of #dcc024

#dcc024

Complementary Color

#dcc024 #2440dc

#dcc024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc024 Color CSS Codes

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

#dcc024 Text Font Color

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

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


#dcc024 Background Color

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

This div background color is #dcc024


#dcc024 Border Color

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

This div border color is #dcc024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc024


Comments

No comments written yet.

Please login to write comment.