Color Hex Logo

#ddd583 Color Hex

#DDD583
(221,213,131)
0 Favorites   0 Comments

Color spaces of #ddd583

RGB 221213131
HSL0.150.570.69
HSV55°41°87°
CMYK 0.000.040.41   0.13
XYZ57.709864.599330.9000
Yxy64.59930.37670.4216
Hunter Lab80.3737-12.487633.4673
CIE-Lab84.2768-8.837941.4606

#ddd583 color RGB value is (221,213,131).

#ddd583 hex color red value is 221, green value is 213 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ddd583 hue: 0.15 , saturation: 0.57 and the lightness value of ddd583 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010101 10000011
Octal 335 325 203
Decimal 221 213 131
Hex DD D5 83

RGB Percentages of Color #ddd583

%39.12
%37.70
%23.19

CMYK Percentages of Color #ddd583

%0
%4
%41
%13

Triadic Colors of #ddd583

#ddd583 #83ddd5 #d583dd

Analogous Colors of #ddd583

#ddd583 #b8dd83 #dda883

Monochromatic Colors of #ddd583

#ddd583

Complementary Color

#ddd583 #838bdd

#ddd583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd583 Color CSS Codes

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

#ddd583 Text Font Color

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

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


#ddd583 Background Color

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

This div background color is #ddd583


#ddd583 Border Color

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

This div border color is #ddd583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd583


Comments

No comments written yet.

Please login to write comment.