Shades of Sandwisp #DAD386
Tints of Sandwisp #DAD386
RGB
CMYK
RGB Variations
Color information
#DAD386 (or 0xDAD386) is known color: Sandwisp. HEX triplet: DA, D3 and 86. RGB value is (218,211,134). Sum of RGB (Red+Green+Blue) = 218+211+134=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 134 (52.73% from 255 or 23.80% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD386 is #252C79. Grayscale: #CCCCCC. Windows color (decimal): -2436218 or 8836058. OLE color: 8836058.
HSL color Cylindrical-coordinate representation of color #DAD386: hue angle of 55º degrees, saturation: 0.53, 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 #DAD386 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 134 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.15 |
| HSL | 55º | 0.53% | 0.69% | - |
| HSV(B) | 55º | 0.39% | 0.85% | - |
| XYZ | 56.51 | 63.22 | 31.78 | - |
| YUV | 204.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 134 | 0 | 0.03 | 0.39 | 0.15 | 55 | 0.53 | 0.69 |
| Hex | DA | D3 | 86 | 0 | 3 | 27 | F | 37 | 35 | 45 |
| Octal | 332 | 323 | 206 | 0 | 3 | 47 | 17 | 67 | 65 | 105 |
| Binary | 11011010 | 11010011 | 10000110 | 0 | 11 | 100111 | 1111 | 110111 | 110101 | 1000101 |
Color Harmonies of #DAD386
Complementary color
Monochromatic Colors of #DAD386
Black with #DAD386
Text Example
Text Example
White with #DAD386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD386; }
p { color: rgb(218,211,134); }
H1.HeaderClassName
{
color: #DAD386;
}
.AnyTagClassName
{
color: #DAD386;
}
</style>
background-color css
<style>
a { background-color: #DAD386; }
a { background-color: rgb(218,211,134); }
div.DivClassName
{
background-color: #DAD386;
}
.BgClassName
{
background-color: #DAD386;
}
</style>
border-color css
<style>
span { border-color: #DAD386; }
span { border-color: rgb(218,211,134); }
td.TdClassName
{
border-color: #DAD386;
}
.TagClassName
{
border-color: #DAD386;
}
</style>