Color Hex Logo

#dfd592 Color Hex

#DFD592
(223,213,146)
0 Favorites   0 Comments

Color spaces of #dfd592

RGB 223213146
HSL0.150.550.72
HSV52°35°87°
CMYK 0.000.040.35   0.13
XYZ59.414065.351836.6768
Yxy65.35180.36800.4048
Hunter Lab80.8405-10.281629.6888
CIE-Lab84.6647-6.382534.4022

#dfd592 color RGB value is (223,213,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010101 10010010
Octal 337 325 222
Decimal 223 213 146
Hex DF D5 92

RGB Percentages of Color #dfd592

%38.32
%36.60
%25.09

CMYK Percentages of Color #dfd592

%0
%4
%35
%13

Triadic Colors of #dfd592

#dfd592 #92dfd5 #d592df

Analogous Colors of #dfd592

#dfd592 #c3df92 #dfaf92

Monochromatic Colors of #dfd592

#dfd592

Complementary Color

#dfd592 #929cdf

#dfd592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd592 Color CSS Codes

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

#dfd592 Text Font Color

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

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


#dfd592 Background Color

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

This div background color is #dfd592


#dfd592 Border Color

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

This div border color is #dfd592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd592


Comments

No comments written yet.

Please login to write comment.