Shades of Sandwisp #DACE80
Tints of Sandwisp #DACE80
RGB
CMYK
RGB Variations
Color information
#DACE80 (or 0xDACE80) is known color: Sandwisp. HEX triplet: DA, CE and 80. RGB value is (218,206,128). Sum of RGB (Red+Green+Blue) = 218+206+128=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACE80 is #25317F. Grayscale: #C9C9C9. Windows color (decimal): -2437504 or 8441562. OLE color: 8441562.
HSL color Cylindrical-coordinate representation of color #DACE80: hue angle of 52º 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 #DACE80 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 128 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.15 |
| HSL | 52º | 0.55% | 0.68% | - |
| HSV(B) | 52º | 0.41% | 0.85% | - |
| XYZ | 54.88 | 60.61 | 29.23 | - |
| YUV | 200.7 | 86.98 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 128 | 0 | 0.06 | 0.41 | 0.15 | 52 | 0.55 | 0.68 |
| Hex | DA | CE | 80 | 0 | 6 | 29 | F | 34 | 37 | 44 |
| Octal | 332 | 316 | 200 | 0 | 6 | 51 | 17 | 64 | 67 | 104 |
| Binary | 11011010 | 11001110 | 10000000 | 0 | 110 | 101001 | 1111 | 110100 | 110111 | 1000100 |
Color Harmonies of #DACE80
Complementary color
Monochromatic Colors of #DACE80
Black with #DACE80
Text Example
Text Example
White with #DACE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE80; }
p { color: rgb(218,206,128); }
H1.HeaderClassName
{
color: #DACE80;
}
.AnyTagClassName
{
color: #DACE80;
}
</style>
background-color css
<style>
a { background-color: #DACE80; }
a { background-color: rgb(218,206,128); }
div.DivClassName
{
background-color: #DACE80;
}
.BgClassName
{
background-color: #DACE80;
}
</style>
border-color css
<style>
span { border-color: #DACE80; }
span { border-color: rgb(218,206,128); }
td.TdClassName
{
border-color: #DACE80;
}
.TagClassName
{
border-color: #DACE80;
}
</style>