Color Hex Logo

#dfd222 Color Hex

#DFD222
(223,210,34)
0 Favorites   0 Comments

Color spaces of #dfd222

RGB 22321034
HSL0.160.750.50
HSV56°85°87°
CMYK 0.000.060.85   0.13
XYZ53.766861.896710.6268
Yxy61.89670.42570.4901
Hunter Lab78.6745-15.691947.0636
CIE-Lab82.8585-12.595278.3630

#dfd222 color RGB value is (223,210,34).

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

The process color (four color CMYK) of #dfd222 color hex is 0.00, 0.06, 0.85, 0.13. Web safe color of #dfd222 is #cccc33. Color #dfd222 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010010 00100010
Octal 337 322 42
Decimal 223 210 34
Hex DF D2 22

RGB Percentages of Color #dfd222

%47.75
%44.97
%7.28

CMYK Percentages of Color #dfd222

%0
%6
%85
%13

Triadic Colors of #dfd222

#dfd222 #22dfd2 #d222df

Analogous Colors of #dfd222

#dfd222 #8edf22 #df7422

Monochromatic Colors of #dfd222

#dfd222

Complementary Color

#dfd222 #222fdf

#dfd222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd222 Color CSS Codes

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

#dfd222 Text Font Color

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

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


#dfd222 Background Color

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

This div background color is #dfd222


#dfd222 Border Color

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

This div border color is #dfd222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd222


Comments

No comments written yet.

Please login to write comment.