Shades of Sandwisp #DACD82
Tints of Sandwisp #DACD82
RGB
CMYK
RGB Variations
Color information
#DACD82 (or 0xDACD82) is known color: Sandwisp. HEX triplet: DA, CD and 82. RGB value is (218,205,130). Sum of RGB (Red+Green+Blue) = 218+205+130=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACD82 is #25327D. Grayscale: #C8C8C8. Windows color (decimal): -2437758 or 8572378. OLE color: 8572378.
HSL color Cylindrical-coordinate representation of color #DACD82: hue angle of 51.14º 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 #DACD82 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 130 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.15 |
| HSL | 51.14º | 0.54% | 0.68% | - |
| HSV(B) | 51.14º | 0.4% | 0.85% | - |
| XYZ | 54.77 | 60.18 | 29.85 | - |
| YUV | 200.34 | 88.31 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 130 | 0 | 0.06 | 0.40 | 0.15 | 51.14 | 0.54 | 0.68 |
| Hex | DA | CD | 82 | 0 | 6 | 28 | F | 33 | 36 | 44 |
| Octal | 332 | 315 | 202 | 0 | 6 | 50 | 17 | 63 | 66 | 104 |
| Binary | 11011010 | 11001101 | 10000010 | 0 | 110 | 101000 | 1111 | 110011 | 110110 | 1000100 |
Color Harmonies of #DACD82
Complementary color
Monochromatic Colors of #DACD82
Black with #DACD82
Text Example
Text Example
White with #DACD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACD82; }
p { color: rgb(218,205,130); }
H1.HeaderClassName
{
color: #DACD82;
}
.AnyTagClassName
{
color: #DACD82;
}
</style>
background-color css
<style>
a { background-color: #DACD82; }
a { background-color: rgb(218,205,130); }
div.DivClassName
{
background-color: #DACD82;
}
.BgClassName
{
background-color: #DACD82;
}
</style>
border-color css
<style>
span { border-color: #DACD82; }
span { border-color: rgb(218,205,130); }
td.TdClassName
{
border-color: #DACD82;
}
.TagClassName
{
border-color: #DACD82;
}
</style>