Color Hex Logo

#dfd992 Color Hex

#DFD992
(223,217,146)
0 Favorites   0 Comments

Color spaces of #dfd992

RGB 223217146
HSL0.150.550.72
HSV55°35°87°
CMYK 0.000.030.35   0.13
XYZ60.432667.389037.0164
Yxy67.38900.36660.4088
Hunter Lab82.0908-12.253030.7285
CIE-Lab85.7000-8.415735.7590

#dfd992 color RGB value is (223,217,146).

#dfd992 hex color red value is 223, green value is 217 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dfd992 hue: 0.15 , saturation: 0.55 and the lightness value of dfd992 is 0.72.

The process color (four color CMYK) of #dfd992 color hex is 0.00, 0.03, 0.35, 0.13. Web safe color of #dfd992 is #cccc99. Color #dfd992 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 10010010
Octal 337 331 222
Decimal 223 217 146
Hex DF D9 92

RGB Percentages of Color #dfd992

%38.05
%37.03
%24.91

CMYK Percentages of Color #dfd992

%0
%3
%35
%13

Triadic Colors of #dfd992

#dfd992 #92dfd9 #d992df

Analogous Colors of #dfd992

#dfd992 #bfdf92 #dfb392

Monochromatic Colors of #dfd992

#dfd992

Complementary Color

#dfd992 #9298df

#dfd992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd992 Color CSS Codes

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

#dfd992 Text Font Color

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

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


#dfd992 Background Color

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

This div background color is #dfd992


#dfd992 Border Color

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

This div border color is #dfd992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd992


Comments

No comments written yet.

Please login to write comment.