Shades of Sandwisp #DDC780
Tints of Sandwisp #DDC780
RGB
CMYK
RGB Variations
Color information
#DDC780 (or 0xDDC780) is known color: Sandwisp. HEX triplet: DD, C7 and 80. RGB value is (221,199,128). Sum of RGB (Red+Green+Blue) = 221+199+128=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC780 is #22387F. Grayscale: #C5C5C5. Windows color (decimal): -2242688 or 8439773. OLE color: 8439773.
HSL color Cylindrical-coordinate representation of color #DDC780: hue angle of 45.81º 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 #DDC780 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 128 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.13 |
| HSL | 45.81º | 0.58% | 0.68% | - |
| HSV(B) | 45.81º | 0.42% | 0.87% | - |
| XYZ | 54.14 | 57.78 | 28.72 | - |
| YUV | 197.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 128 | 0 | 0.10 | 0.42 | 0.13 | 45.81 | 0.58 | 0.68 |
| Hex | DD | C7 | 80 | 0 | A | 2A | D | 2E | 3A | 44 |
| Octal | 335 | 307 | 200 | 0 | 12 | 52 | 15 | 56 | 72 | 104 |
| Binary | 11011101 | 11000111 | 10000000 | 0 | 1010 | 101010 | 1101 | 101110 | 111010 | 1000100 |
Color Harmonies of #DDC780
Complementary color
Monochromatic Colors of #DDC780
Black with #DDC780
Text Example
Text Example
White with #DDC780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC780; }
p { color: rgb(221,199,128); }
H1.HeaderClassName
{
color: #DDC780;
}
.AnyTagClassName
{
color: #DDC780;
}
</style>
background-color css
<style>
a { background-color: #DDC780; }
a { background-color: rgb(221,199,128); }
div.DivClassName
{
background-color: #DDC780;
}
.BgClassName
{
background-color: #DDC780;
}
</style>
border-color css
<style>
span { border-color: #DDC780; }
span { border-color: rgb(221,199,128); }
td.TdClassName
{
border-color: #DDC780;
}
.TagClassName
{
border-color: #DDC780;
}
</style>