#DDD585

Color #DDD585 Sandwisp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandwisp #DDD585

Tints of Sandwisp #DDD585

Color information

#DDD585 (or 0xDDD585) is unknown color: approx Sandwisp. HEX triplet: DD, D5 and 85. RGB value is (221,213,133). Sum of RGB (Red+Green+Blue) = 221+213+133=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD585 is #222A7A. Grayscale: #CECECE. Windows color (decimal): -2239099 or 8771037. OLE color: 8771037.

HSL color Cylindrical-coordinate representation of color #DDD585: hue angle of 54.55º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDD585 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221213133-
CMYK00.040.400.13
HSL54.55º56.41%69.41%-
HSV(B)54.55º39.82%86.67%-
XYZ57.8564.6531.62-
YUV206.2786.65138.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 213 (83.59% from 255) = 37.57%
BLUE value IS 133 (52.34% from 255) = 23.46%
R=38.98%
G=37.57%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121313300.040.400.1354.5556.4169.41
HexDDD5850428D373845
Octal3353252050450156770105
Binary110111011101010110000101010010100011011101111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD585; }

 p { color: rgb(221,213,133); }

 H1.HeaderClassName
 {
   color: #DDD585;
 }
 .AnyTagClassName
 {
   color: #DDD585;
 }
</style>
background-color css

<style>
 a { background-color: #DDD585; }

 a { background-color: rgb(221,213,133); }

 div.DivClassName
 {
   background-color: #DDD585;
 }
 .BgClassName
 {
   background-color: #DDD585;
 }
</style>
border-color css

<style>
 span { border-color: #DDD585; }

 span { border-color: rgb(221,213,133); }

 td.TdClassName
 {
   border-color: #DDD585;
 }
 .TagClassName
 {
   border-color: #DDD585;
 }
</style>