Shades of Sandwisp #DDCD80
Tints of Sandwisp #DDCD80
RGB
CMYK
RGB Variations
Color information
#DDCD80 (or 0xDDCD80) is known color: Sandwisp. HEX triplet: DD, CD and 80. RGB value is (221,205,128). Sum of RGB (Red+Green+Blue) = 221+205+128=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD80 is #22327F. Grayscale: #C9C9C9. Windows color (decimal): -2241152 or 8441309. OLE color: 8441309.
HSL color Cylindrical-coordinate representation of color #DDCD80: hue angle of 49.68º 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 #DDCD80 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 128 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.13 |
| HSL | 49.68º | 0.58% | 0.68% | - |
| HSV(B) | 49.68º | 0.42% | 0.87% | - |
| XYZ | 55.55 | 60.59 | 29.19 | - |
| YUV | 201.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 128 | 0 | 0.07 | 0.42 | 0.13 | 49.68 | 0.58 | 0.68 |
| Hex | DD | CD | 80 | 0 | 7 | 2A | D | 32 | 3A | 44 |
| Octal | 335 | 315 | 200 | 0 | 7 | 52 | 15 | 62 | 72 | 104 |
| Binary | 11011101 | 11001101 | 10000000 | 0 | 111 | 101010 | 1101 | 110010 | 111010 | 1000100 |
Color Harmonies of #DDCD80
Complementary color
Monochromatic Colors of #DDCD80
Black with #DDCD80
Text Example
Text Example
White with #DDCD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD80; }
p { color: rgb(221,205,128); }
H1.HeaderClassName
{
color: #DDCD80;
}
.AnyTagClassName
{
color: #DDCD80;
}
</style>
background-color css
<style>
a { background-color: #DDCD80; }
a { background-color: rgb(221,205,128); }
div.DivClassName
{
background-color: #DDCD80;
}
.BgClassName
{
background-color: #DDCD80;
}
</style>
border-color css
<style>
span { border-color: #DDCD80; }
span { border-color: rgb(221,205,128); }
td.TdClassName
{
border-color: #DDCD80;
}
.TagClassName
{
border-color: #DDCD80;
}
</style>