Shades of Sandwisp #DACA81
Tints of Sandwisp #DACA81
RGB
CMYK
RGB Variations
Color information
#DACA81 (or 0xDACA81) is known color: Sandwisp. HEX triplet: DA, CA and 81. RGB value is (218,202,129). Sum of RGB (Red+Green+Blue) = 218+202+129=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACA81 is #25357E. Grayscale: #C6C6C6. Windows color (decimal): -2438527 or 8506074. OLE color: 8506074.
HSL color Cylindrical-coordinate representation of color #DACA81: hue angle of 49.21º 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 #DACA81 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 129 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.15 |
| HSL | 49.21º | 0.55% | 0.68% | - |
| HSV(B) | 49.21º | 0.41% | 0.85% | - |
| XYZ | 54 | 58.73 | 29.26 | - |
| YUV | 198.46 | 88.8 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 129 | 0 | 0.07 | 0.41 | 0.15 | 49.21 | 0.55 | 0.68 |
| Hex | DA | CA | 81 | 0 | 7 | 29 | F | 31 | 37 | 44 |
| Octal | 332 | 312 | 201 | 0 | 7 | 51 | 17 | 61 | 67 | 104 |
| Binary | 11011010 | 11001010 | 10000001 | 0 | 111 | 101001 | 1111 | 110001 | 110111 | 1000100 |
Color Harmonies of #DACA81
Complementary color
Monochromatic Colors of #DACA81
Black with #DACA81
Text Example
Text Example
White with #DACA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA81; }
p { color: rgb(218,202,129); }
H1.HeaderClassName
{
color: #DACA81;
}
.AnyTagClassName
{
color: #DACA81;
}
</style>
background-color css
<style>
a { background-color: #DACA81; }
a { background-color: rgb(218,202,129); }
div.DivClassName
{
background-color: #DACA81;
}
.BgClassName
{
background-color: #DACA81;
}
</style>
border-color css
<style>
span { border-color: #DACA81; }
span { border-color: rgb(218,202,129); }
td.TdClassName
{
border-color: #DACA81;
}
.TagClassName
{
border-color: #DACA81;
}
</style>