Color Hex Logo

#dfd442 Color Hex

#DFD442
(223,212,66)
0 Favorites   0 Comments

Color spaces of #dfd442

RGB 22321266
HSL0.150.710.57
HSV56°70°87°
CMYK 0.000.050.70   0.13
XYZ54.958363.168314.4503
Yxy63.16830.41450.4765
Hunter Lab79.4785-15.657044.8552
CIE-Lab83.5309-12.461269.5888

#dfd442 color RGB value is (223,212,66).

#dfd442 hex color red value is 223, green value is 212 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dfd442 hue: 0.15 , saturation: 0.71 and the lightness value of dfd442 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010100 01000010
Octal 337 324 102
Decimal 223 212 66
Hex DF D4 42

RGB Percentages of Color #dfd442

%44.51
%42.32
%13.17

CMYK Percentages of Color #dfd442

%0
%5
%70
%13

Triadic Colors of #dfd442

#dfd442 #42dfd4 #d442df

Analogous Colors of #dfd442

#dfd442 #9cdf42 #df8642

Monochromatic Colors of #dfd442

#dfd442

Complementary Color

#dfd442 #424ddf

#dfd442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd442 Color CSS Codes

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

#dfd442 Text Font Color

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

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


#dfd442 Background Color

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

This div background color is #dfd442


#dfd442 Border Color

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

This div border color is #dfd442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd442


Comments

No comments written yet.

Please login to write comment.