Shades of Sandwisp #DACA80
Tints of Sandwisp #DACA80
RGB
CMYK
RGB Variations
Color information
#DACA80 (or 0xDACA80) is known color: Sandwisp. HEX triplet: DA, CA and 80. RGB value is (218,202,128). Sum of RGB (Red+Green+Blue) = 218+202+128=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACA80 is #25357F. Grayscale: #C6C6C6. Windows color (decimal): -2438528 or 8440538. OLE color: 8440538.
HSL color Cylindrical-coordinate representation of color #DACA80: hue angle of 49.33º 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 #DACA80 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 128 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.15 |
| HSL | 49.33º | 0.55% | 0.68% | - |
| HSV(B) | 49.33º | 0.41% | 0.85% | - |
| XYZ | 53.93 | 58.71 | 28.91 | - |
| YUV | 198.35 | 88.3 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 128 | 0 | 0.07 | 0.41 | 0.15 | 49.33 | 0.55 | 0.68 |
| Hex | DA | CA | 80 | 0 | 7 | 29 | F | 31 | 37 | 44 |
| Octal | 332 | 312 | 200 | 0 | 7 | 51 | 17 | 61 | 67 | 104 |
| Binary | 11011010 | 11001010 | 10000000 | 0 | 111 | 101001 | 1111 | 110001 | 110111 | 1000100 |
Color Harmonies of #DACA80
Complementary color
Monochromatic Colors of #DACA80
Black with #DACA80
Text Example
Text Example
White with #DACA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA80; }
p { color: rgb(218,202,128); }
H1.HeaderClassName
{
color: #DACA80;
}
.AnyTagClassName
{
color: #DACA80;
}
</style>
background-color css
<style>
a { background-color: #DACA80; }
a { background-color: rgb(218,202,128); }
div.DivClassName
{
background-color: #DACA80;
}
.BgClassName
{
background-color: #DACA80;
}
</style>
border-color css
<style>
span { border-color: #DACA80; }
span { border-color: rgb(218,202,128); }
td.TdClassName
{
border-color: #DACA80;
}
.TagClassName
{
border-color: #DACA80;
}
</style>