Color Hex Logo

#dfdd5d Color Hex

#DFDD5D
(223,221,93)
0 Favorites   0 Comments

Color spaces of #dfdd5d

RGB 22322193
HSL0.160.670.62
HSV59°58°87°
CMYK 0.000.010.58   0.13
XYZ58.263768.191220.4473
Yxy68.19120.39660.4642
Hunter Lab82.5780-18.569043.1237
CIE-Lab86.1020-15.354661.5072

#dfdd5d color RGB value is (223,221,93).

#dfdd5d hex color red value is 223, green value is 221 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dfdd5d hue: 0.16 , saturation: 0.67 and the lightness value of dfdd5d is 0.62.

The process color (four color CMYK) of #dfdd5d color hex is 0.00, 0.01, 0.58, 0.13. Web safe color of #dfdd5d is #cccc66. Color #dfdd5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 01011101
Octal 337 335 135
Decimal 223 221 93
Hex DF DD 5D

RGB Percentages of Color #dfdd5d

%41.53
%41.15
%17.32

CMYK Percentages of Color #dfdd5d

%0
%1
%58
%13

Triadic Colors of #dfdd5d

#dfdd5d #5ddfdd #dd5ddf

Analogous Colors of #dfdd5d

#dfdd5d #a0df5d #df9c5d

Monochromatic Colors of #dfdd5d

#dfdd5d

Complementary Color

#dfdd5d #5d5fdf

#dfdd5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd5d Color CSS Codes

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

#dfdd5d Text Font Color

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

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


#dfdd5d Background Color

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

This div background color is #dfdd5d


#dfdd5d Border Color

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

This div border color is #dfdd5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd5d


Comments

No comments written yet.

Please login to write comment.