Shades of Sandwisp #DAD483
Tints of Sandwisp #DAD483
RGB
CMYK
RGB Variations
Color information
#DAD483 (or 0xDAD483) is known color: Sandwisp. HEX triplet: DA, D4 and 83. RGB value is (218,212,131). Sum of RGB (Red+Green+Blue) = 218+212+131=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 131 (51.56% from 255 or 23.35% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD483 is #252B7C. Grayscale: #CCCCCC. Windows color (decimal): -2435965 or 8639706. OLE color: 8639706.
HSL color Cylindrical-coordinate representation of color #DAD483: hue angle of 55.86º 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 #DAD483 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 212 | 131 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.15 |
| HSL | 55.86º | 0.54% | 0.68% | - |
| HSV(B) | 55.86º | 0.4% | 0.85% | - |
| XYZ | 56.55 | 63.63 | 30.77 | - |
| YUV | 204.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 212 | 131 | 0 | 0.03 | 0.40 | 0.15 | 55.86 | 0.54 | 0.68 |
| Hex | DA | D4 | 83 | 0 | 3 | 28 | F | 38 | 36 | 44 |
| Octal | 332 | 324 | 203 | 0 | 3 | 50 | 17 | 70 | 66 | 104 |
| Binary | 11011010 | 11010100 | 10000011 | 0 | 11 | 101000 | 1111 | 111000 | 110110 | 1000100 |
Color Harmonies of #DAD483
Complementary color
Monochromatic Colors of #DAD483
Black with #DAD483
Text Example
Text Example
White with #DAD483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD483; }
p { color: rgb(218,212,131); }
H1.HeaderClassName
{
color: #DAD483;
}
.AnyTagClassName
{
color: #DAD483;
}
</style>
background-color css
<style>
a { background-color: #DAD483; }
a { background-color: rgb(218,212,131); }
div.DivClassName
{
background-color: #DAD483;
}
.BgClassName
{
background-color: #DAD483;
}
</style>
border-color css
<style>
span { border-color: #DAD483; }
span { border-color: rgb(218,212,131); }
td.TdClassName
{
border-color: #DAD483;
}
.TagClassName
{
border-color: #DAD483;
}
</style>