Shades of Sandwisp #DACA83
Tints of Sandwisp #DACA83
RGB
CMYK
RGB Variations
Color information
#DACA83 (or 0xDACA83) is known color: Sandwisp. HEX triplet: DA, CA and 83. RGB value is (218,202,131). Sum of RGB (Red+Green+Blue) = 218+202+131=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACA83 is #25357C. Grayscale: #C6C6C6. Windows color (decimal): -2438525 or 8637146. OLE color: 8637146.
HSL color Cylindrical-coordinate representation of color #DACA83: hue angle of 48.97º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DACA83 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 131 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.15 |
| HSL | 48.97º | 0.54% | 0.68% | - |
| HSV(B) | 48.97º | 0.4% | 0.85% | - |
| XYZ | 54.13 | 58.79 | 29.97 | - |
| YUV | 198.69 | 89.8 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 131 | 0 | 0.07 | 0.40 | 0.15 | 48.97 | 0.54 | 0.68 |
| Hex | DA | CA | 83 | 0 | 7 | 28 | F | 31 | 36 | 44 |
| Octal | 332 | 312 | 203 | 0 | 7 | 50 | 17 | 61 | 66 | 104 |
| Binary | 11011010 | 11001010 | 10000011 | 0 | 111 | 101000 | 1111 | 110001 | 110110 | 1000100 |
Color Harmonies of #DACA83
Complementary color
Monochromatic Colors of #DACA83
Black with #DACA83
Text Example
Text Example
White with #DACA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA83; }
p { color: rgb(218,202,131); }
H1.HeaderClassName
{
color: #DACA83;
}
.AnyTagClassName
{
color: #DACA83;
}
</style>
background-color css
<style>
a { background-color: #DACA83; }
a { background-color: rgb(218,202,131); }
div.DivClassName
{
background-color: #DACA83;
}
.BgClassName
{
background-color: #DACA83;
}
</style>
border-color css
<style>
span { border-color: #DACA83; }
span { border-color: rgb(218,202,131); }
td.TdClassName
{
border-color: #DACA83;
}
.TagClassName
{
border-color: #DACA83;
}
</style>