Color Hex Logo

#dfd842 Color Hex

#DFD842
(223,216,66)
0 Favorites   0 Comments

Color spaces of #dfd842

RGB 22321666
HSL0.160.710.57
HSV57°70°87°
CMYK 0.000.030.70   0.13
XYZ55.970765.193114.7878
Yxy65.19310.41170.4795
Hunter Lab80.7422-17.562345.6607
CIE-Lab84.5831-14.454770.6149

#dfd842 color RGB value is (223,216,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 01000010
Octal 337 330 102
Decimal 223 216 66
Hex DF D8 42

RGB Percentages of Color #dfd842

%44.16
%42.77
%13.07

CMYK Percentages of Color #dfd842

%0
%3
%70
%13

Triadic Colors of #dfd842

#dfd842 #42dfd8 #d842df

Analogous Colors of #dfd842

#dfd842 #98df42 #df8a42

Monochromatic Colors of #dfd842

#dfd842

Complementary Color

#dfd842 #4249df

#dfd842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd842 Color CSS Codes

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

#dfd842 Text Font Color

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

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


#dfd842 Background Color

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

This div background color is #dfd842


#dfd842 Border Color

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

This div border color is #dfd842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd842


Comments

No comments written yet.

Please login to write comment.