Color Hex Logo

#dfc222 Color Hex

#DFC222
(223,194,34)
0 Favorites   0 Comments

Color spaces of #dfc222

RGB 22319434
HSL0.140.750.50
HSV51°85°87°
CMYK 0.000.130.85   0.13
XYZ50.011954.38709.3752
Yxy54.38700.43960.4780
Hunter Lab73.7475-8.008444.0860
CIE-Lab78.6869-4.473774.9377

#dfc222 color RGB value is (223,194,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 00100010
Octal 337 302 42
Decimal 223 194 34
Hex DF C2 22

RGB Percentages of Color #dfc222

%49.45
%43.02
%7.54

CMYK Percentages of Color #dfc222

%0
%13
%85
%13

Triadic Colors of #dfc222

#dfc222 #22dfc2 #c222df

Analogous Colors of #dfc222

#dfc222 #9edf22 #df6422

Monochromatic Colors of #dfc222

#dfc222

Complementary Color

#dfc222 #223fdf

#dfc222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc222 Color CSS Codes

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

#dfc222 Text Font Color

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

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


#dfc222 Background Color

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

This div background color is #dfc222


#dfc222 Border Color

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

This div border color is #dfc222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc222


Comments

No comments written yet.

Please login to write comment.