Shades of Sandwisp #DACF84
Tints of Sandwisp #DACF84
RGB
CMYK
RGB Variations
Color information
#DACF84 (or 0xDACF84) is known color: Sandwisp. HEX triplet: DA, CF and 84. RGB value is (218,207,132). Sum of RGB (Red+Green+Blue) = 218+207+132=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 132 (51.95% from 255 or 23.70% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACF84 is #25307B. Grayscale: #CACACA. Windows color (decimal): -2437244 or 8703962. OLE color: 8703962.
HSL color Cylindrical-coordinate representation of color #DACF84: hue angle of 52.33º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DACF84 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 132 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.15 |
| HSL | 52.33º | 0.54% | 0.69% | - |
| HSV(B) | 52.33º | 0.39% | 0.85% | - |
| XYZ | 55.39 | 61.2 | 30.72 | - |
| YUV | 201.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 132 | 0 | 0.05 | 0.39 | 0.15 | 52.33 | 0.54 | 0.69 |
| Hex | DA | CF | 84 | 0 | 5 | 27 | F | 34 | 36 | 45 |
| Octal | 332 | 317 | 204 | 0 | 5 | 47 | 17 | 64 | 66 | 105 |
| Binary | 11011010 | 11001111 | 10000100 | 0 | 101 | 100111 | 1111 | 110100 | 110110 | 1000101 |
Color Harmonies of #DACF84
Complementary color
Monochromatic Colors of #DACF84
Black with #DACF84
Text Example
Text Example
White with #DACF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF84; }
p { color: rgb(218,207,132); }
H1.HeaderClassName
{
color: #DACF84;
}
.AnyTagClassName
{
color: #DACF84;
}
</style>
background-color css
<style>
a { background-color: #DACF84; }
a { background-color: rgb(218,207,132); }
div.DivClassName
{
background-color: #DACF84;
}
.BgClassName
{
background-color: #DACF84;
}
</style>
border-color css
<style>
span { border-color: #DACF84; }
span { border-color: rgb(218,207,132); }
td.TdClassName
{
border-color: #DACF84;
}
.TagClassName
{
border-color: #DACF84;
}
</style>