Color Hex Logo

#dfd20c Color Hex

#DFD20C
(223,210,12)
0 Favorites   0 Comments

Color spaces of #dfd20c

RGB 22321012
HSL0.160.900.46
HSV56°95°87°
CMYK 0.000.060.95   0.13
XYZ53.544461.80779.4558
Yxy61.80770.42900.4952
Hunter Lab78.6179-16.010047.9014
CIE-Lab82.8111-12.961881.7960

#dfd20c color RGB value is (223,210,12).

#dfd20c hex color red value is 223, green value is 210 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dfd20c hue: 0.16 , saturation: 0.90 and the lightness value of dfd20c is 0.46.

The process color (four color CMYK) of #dfd20c color hex is 0.00, 0.06, 0.95, 0.13. Web safe color of #dfd20c is #cccc00. Color #dfd20c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010010 00001100
Octal 337 322 14
Decimal 223 210 12
Hex DF D2 C

RGB Percentages of Color #dfd20c

%50.11
%47.19
%2.70

CMYK Percentages of Color #dfd20c

%0
%6
%95
%13

Triadic Colors of #dfd20c

#dfd20c #0cdfd2 #d20cdf

Analogous Colors of #dfd20c

#dfd20c #83df0c #df690c

Monochromatic Colors of #dfd20c

#dfd20c

Complementary Color

#dfd20c #0c19df

#dfd20c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd20c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd20c Color CSS Codes

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

#dfd20c Text Font Color

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

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


#dfd20c Background Color

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

This div background color is #dfd20c


#dfd20c Border Color

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

This div border color is #dfd20c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,210,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfd20c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfd20c;
  -webkit-box-shadow: 1px 1px 3px 2px #dfd20c;
  box-shadow:         1px 1px 3px 2px #dfd20c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,210,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd20c


Comments

No comments written yet.

Please login to write comment.