Shades of Sandwisp #DACF80
Tints of Sandwisp #DACF80
RGB
CMYK
RGB Variations
Color information
#DACF80 (or 0xDACF80) is known color: Sandwisp. HEX triplet: DA, CF and 80. RGB value is (218,207,128). Sum of RGB (Red+Green+Blue) = 218+207+128=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACF80 is #25307F. Grayscale: #C9C9C9. Windows color (decimal): -2437248 or 8441818. OLE color: 8441818.
HSL color Cylindrical-coordinate representation of color #DACF80: hue angle of 52.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DACF80 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 128 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.15 |
| HSL | 52.67º | 0.55% | 0.68% | - |
| HSV(B) | 52.67º | 0.41% | 0.85% | - |
| XYZ | 55.12 | 61.09 | 29.31 | - |
| YUV | 201.28 | 86.64 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 128 | 0 | 0.05 | 0.41 | 0.15 | 52.67 | 0.55 | 0.68 |
| Hex | DA | CF | 80 | 0 | 5 | 29 | F | 35 | 37 | 44 |
| Octal | 332 | 317 | 200 | 0 | 5 | 51 | 17 | 65 | 67 | 104 |
| Binary | 11011010 | 11001111 | 10000000 | 0 | 101 | 101001 | 1111 | 110101 | 110111 | 1000100 |
Color Harmonies of #DACF80
Complementary color
Monochromatic Colors of #DACF80
Black with #DACF80
Text Example
Text Example
White with #DACF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF80; }
p { color: rgb(218,207,128); }
H1.HeaderClassName
{
color: #DACF80;
}
.AnyTagClassName
{
color: #DACF80;
}
</style>
background-color css
<style>
a { background-color: #DACF80; }
a { background-color: rgb(218,207,128); }
div.DivClassName
{
background-color: #DACF80;
}
.BgClassName
{
background-color: #DACF80;
}
</style>
border-color css
<style>
span { border-color: #DACF80; }
span { border-color: rgb(218,207,128); }
td.TdClassName
{
border-color: #DACF80;
}
.TagClassName
{
border-color: #DACF80;
}
</style>