Shades of Sandwisp #DDCA80
Tints of Sandwisp #DDCA80
RGB
CMYK
RGB Variations
Color information
#DDCA80 (or 0xDDCA80) is known color: Sandwisp. HEX triplet: DD, CA and 80. RGB value is (221,202,128). Sum of RGB (Red+Green+Blue) = 221+202+128=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCA80 is #22357F. Grayscale: #C7C7C7. Windows color (decimal): -2241920 or 8440541. OLE color: 8440541.
HSL color Cylindrical-coordinate representation of color #DDCA80: hue angle of 47.74º 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 #DDCA80 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 128 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.13 |
| HSL | 47.74º | 0.58% | 0.68% | - |
| HSV(B) | 47.74º | 0.42% | 0.87% | - |
| XYZ | 54.84 | 59.17 | 28.95 | - |
| YUV | 199.25 | 87.79 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 128 | 0 | 0.09 | 0.42 | 0.13 | 47.74 | 0.58 | 0.68 |
| Hex | DD | CA | 80 | 0 | 9 | 2A | D | 30 | 3A | 44 |
| Octal | 335 | 312 | 200 | 0 | 11 | 52 | 15 | 60 | 72 | 104 |
| Binary | 11011101 | 11001010 | 10000000 | 0 | 1001 | 101010 | 1101 | 110000 | 111010 | 1000100 |
Color Harmonies of #DDCA80
Complementary color
Monochromatic Colors of #DDCA80
Black with #DDCA80
Text Example
Text Example
White with #DDCA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCA80; }
p { color: rgb(221,202,128); }
H1.HeaderClassName
{
color: #DDCA80;
}
.AnyTagClassName
{
color: #DDCA80;
}
</style>
background-color css
<style>
a { background-color: #DDCA80; }
a { background-color: rgb(221,202,128); }
div.DivClassName
{
background-color: #DDCA80;
}
.BgClassName
{
background-color: #DDCA80;
}
</style>
border-color css
<style>
span { border-color: #DDCA80; }
span { border-color: rgb(221,202,128); }
td.TdClassName
{
border-color: #DDCA80;
}
.TagClassName
{
border-color: #DDCA80;
}
</style>