Shades of Sandwisp #DAD183
Tints of Sandwisp #DAD183
RGB
CMYK
RGB Variations
Color information
#DAD183 (or 0xDAD183) is known color: Sandwisp. HEX triplet: DA, D1 and 83. RGB value is (218,209,131). Sum of RGB (Red+Green+Blue) = 218+209+131=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 131 (51.56% from 255 or 23.48% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD183 is #252E7C. Grayscale: #CBCBCB. Windows color (decimal): -2436733 or 8638938. OLE color: 8638938.
HSL color Cylindrical-coordinate representation of color #DAD183: hue angle of 53.79º 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 #DAD183 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 131 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.15 |
| HSL | 53.79º | 0.54% | 0.68% | - |
| HSV(B) | 53.79º | 0.4% | 0.85% | - |
| XYZ | 55.81 | 62.15 | 30.53 | - |
| YUV | 202.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 131 | 0 | 0.04 | 0.40 | 0.15 | 53.79 | 0.54 | 0.68 |
| Hex | DA | D1 | 83 | 0 | 4 | 28 | F | 36 | 36 | 44 |
| Octal | 332 | 321 | 203 | 0 | 4 | 50 | 17 | 66 | 66 | 104 |
| Binary | 11011010 | 11010001 | 10000011 | 0 | 100 | 101000 | 1111 | 110110 | 110110 | 1000100 |
Color Harmonies of #DAD183
Complementary color
Monochromatic Colors of #DAD183
Black with #DAD183
Text Example
Text Example
White with #DAD183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD183; }
p { color: rgb(218,209,131); }
H1.HeaderClassName
{
color: #DAD183;
}
.AnyTagClassName
{
color: #DAD183;
}
</style>
background-color css
<style>
a { background-color: #DAD183; }
a { background-color: rgb(218,209,131); }
div.DivClassName
{
background-color: #DAD183;
}
.BgClassName
{
background-color: #DAD183;
}
</style>
border-color css
<style>
span { border-color: #DAD183; }
span { border-color: rgb(218,209,131); }
td.TdClassName
{
border-color: #DAD183;
}
.TagClassName
{
border-color: #DAD183;
}
</style>