Shades of Sandwisp #DACA8D
Tints of Sandwisp #DACA8D
RGB
CMYK
RGB Variations
Color information
#DACA8D (or 0xDACA8D) is known color: Sandwisp. HEX triplet: DA, CA and 8D. RGB value is (218,202,141). Sum of RGB (Red+Green+Blue) = 218+202+141=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACA8D is #253572. Grayscale: #C8C8C8. Windows color (decimal): -2438515 or 9292506. OLE color: 9292506.
HSL color Cylindrical-coordinate representation of color #DACA8D: hue angle of 47.53º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DACA8D is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 141 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.15 |
| HSL | 47.53º | 0.51% | 0.7% | - |
| HSV(B) | 47.53º | 0.35% | 0.85% | - |
| XYZ | 54.84 | 59.07 | 33.71 | - |
| YUV | 199.83 | 94.8 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 141 | 0 | 0.07 | 0.35 | 0.15 | 47.53 | 0.51 | 0.7 |
| Hex | DA | CA | 8D | 0 | 7 | 23 | F | 30 | 33 | 46 |
| Octal | 332 | 312 | 215 | 0 | 7 | 43 | 17 | 60 | 63 | 106 |
| Binary | 11011010 | 11001010 | 10001101 | 0 | 111 | 100011 | 1111 | 110000 | 110011 | 1000110 |
Color Harmonies of #DACA8D
Complementary color
Monochromatic Colors of #DACA8D
Black with #DACA8D
Text Example
Text Example
White with #DACA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA8D; }
p { color: rgb(218,202,141); }
H1.HeaderClassName
{
color: #DACA8D;
}
.AnyTagClassName
{
color: #DACA8D;
}
</style>
background-color css
<style>
a { background-color: #DACA8D; }
a { background-color: rgb(218,202,141); }
div.DivClassName
{
background-color: #DACA8D;
}
.BgClassName
{
background-color: #DACA8D;
}
</style>
border-color css
<style>
span { border-color: #DACA8D; }
span { border-color: rgb(218,202,141); }
td.TdClassName
{
border-color: #DACA8D;
}
.TagClassName
{
border-color: #DACA8D;
}
</style>