Color Hex Logo

#dddd5d Color Hex

#DDDD5D
(221,221,93)
0 Favorites   0 Comments

Color spaces of #dddd5d

RGB 22122193
HSL0.170.650.62
HSV60°58°87°
CMYK 0.000.000.58   0.13
XYZ57.651067.875420.4186
Yxy67.87540.39500.4651
Hunter Lab82.3865-19.268842.9762
CIE-Lab85.9441-16.168361.2886

#dddd5d color RGB value is (221,221,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 01011101
Octal 335 335 135
Decimal 221 221 93
Hex DD DD 5D

RGB Percentages of Color #dddd5d

%41.31
%41.31
%17.38

CMYK Percentages of Color #dddd5d

%0
%0
%58
%13

Triadic Colors of #dddd5d

#dddd5d #5ddddd #dd5ddd

Analogous Colors of #dddd5d

#dddd5d #9ddd5d #dd9d5d

Monochromatic Colors of #dddd5d

#dddd5d

Complementary Color

#dddd5d #5d5ddd

#dddd5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddd5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddd5d Color CSS Codes

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

#dddd5d Text Font Color

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

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


#dddd5d Background Color

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

This div background color is #dddd5d


#dddd5d Border Color

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

This div border color is #dddd5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddd5d

#dddd5d Color Palettes


Comments

No comments written yet.

Please login to write comment.