Shades of Sandwisp #DAD583
Tints of Sandwisp #DAD583
RGB
CMYK
RGB Variations
Color information
#DAD583 (or 0xDAD583) is known color: Sandwisp. HEX triplet: DA, D5 and 83. RGB value is (218,213,131). Sum of RGB (Red+Green+Blue) = 218+213+131=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 131 (51.56% from 255 or 23.31% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD583 is #252A7C. Grayscale: #CDCDCD. Windows color (decimal): -2435709 or 8639962. OLE color: 8639962.
HSL color Cylindrical-coordinate representation of color #DAD583: hue angle of 56.55º 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 #DAD583 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 213 | 131 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.15 |
| HSL | 56.55º | 0.54% | 0.68% | - |
| HSV(B) | 56.55º | 0.4% | 0.85% | - |
| XYZ | 56.8 | 64.13 | 30.86 | - |
| YUV | 205.15 | 86.16 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 213 | 131 | 0 | 0.02 | 0.40 | 0.15 | 56.55 | 0.54 | 0.68 |
| Hex | DA | D5 | 83 | 0 | 2 | 28 | F | 39 | 36 | 44 |
| Octal | 332 | 325 | 203 | 0 | 2 | 50 | 17 | 71 | 66 | 104 |
| Binary | 11011010 | 11010101 | 10000011 | 0 | 10 | 101000 | 1111 | 111001 | 110110 | 1000100 |
Color Harmonies of #DAD583
Complementary color
Monochromatic Colors of #DAD583
Black with #DAD583
Text Example
Text Example
White with #DAD583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD583; }
p { color: rgb(218,213,131); }
H1.HeaderClassName
{
color: #DAD583;
}
.AnyTagClassName
{
color: #DAD583;
}
</style>
background-color css
<style>
a { background-color: #DAD583; }
a { background-color: rgb(218,213,131); }
div.DivClassName
{
background-color: #DAD583;
}
.BgClassName
{
background-color: #DAD583;
}
</style>
border-color css
<style>
span { border-color: #DAD583; }
span { border-color: rgb(218,213,131); }
td.TdClassName
{
border-color: #DAD583;
}
.TagClassName
{
border-color: #DAD583;
}
</style>