#DDC880

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

Shades of Sandwisp #DDC880

Tints of Sandwisp #DDC880

Color information

#DDC880 (or 0xDDC880) is unknown color: approx Sandwisp. HEX triplet: DD, C8 and 80. RGB value is (221,200,128). Sum of RGB (Red+Green+Blue) = 221+200+128=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC880 is #22377F. Grayscale: #C6C6C6. Windows color (decimal): -2242432 or 8440029. OLE color: 8440029.

HSL color Cylindrical-coordinate representation of color #DDC880: hue angle of 46.45º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDC880 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB221200128-
CMYK00.100.420.13
HSL46.45º57.76%68.43%-
HSV(B)46.45º42.08%86.67%-
XYZ54.3758.2428.8-
YUV198.0788.46144.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 200 (78.52% from 255) = 36.43%
BLUE value IS 128 (50.39% from 255) = 23.32%
R=40.26%
G=36.43%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120012800.100.420.1346.4557.7668.43
HexDDC8800A2AD2e3a44
Octal33531020001252155672104
Binary1101110111001000100000000101010101011011011101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC880; }

 p { color: rgb(221,200,128); }

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

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

 a { background-color: rgb(221,200,128); }

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

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

 span { border-color: rgb(221,200,128); }

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