#DDCD87

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

Shades of Sandwisp #DDCD87

Tints of Sandwisp #DDCD87

Color information

#DDCD87 (or 0xDDCD87) is unknown color: approx Sandwisp. HEX triplet: DD, CD and 87. RGB value is (221,205,135). Sum of RGB (Red+Green+Blue) = 221+205+135=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 135 (53.12% from 255 or 24.06% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD87 is #223278. Grayscale: #CACACA. Windows color (decimal): -2241145 or 8900061. OLE color: 8900061.

HSL color Cylindrical-coordinate representation of color #DDCD87: hue angle of 48.84º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDCD87 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221205135-
CMYK00.070.390.13
HSL48.84º55.84%69.8%-
HSV(B)48.84º38.91%86.67%-
XYZ56.0260.7831.7-
YUV201.890.3141.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 205 (80.47% from 255) = 36.54%
BLUE value IS 135 (53.12% from 255) = 24.06%
R=39.39%
G=36.54%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120513500.070.390.1348.8455.8469.8
HexDDCD870727D313846
Octal3353152070747156170106
Binary110111011100110110000111011110011111011100011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD87; }

 p { color: rgb(221,205,135); }

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

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

 a { background-color: rgb(221,205,135); }

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

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

 span { border-color: rgb(221,205,135); }

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