Shades of Sandwisp #DAD280
Tints of Sandwisp #DAD280
RGB
CMYK
RGB Variations
Color information
#DAD280 (or 0xDAD280) is known color: Sandwisp. HEX triplet: DA, D2 and 80. RGB value is (218,210,128). Sum of RGB (Red+Green+Blue) = 218+210+128=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD280 is #252D7F. Grayscale: #CBCBCB. Windows color (decimal): -2436480 or 8442586. OLE color: 8442586.
HSL color Cylindrical-coordinate representation of color #DAD280: hue angle of 54.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAD280 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 128 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.15 |
| HSL | 54.67º | 0.55% | 0.68% | - |
| HSV(B) | 54.67º | 0.41% | 0.85% | - |
| XYZ | 55.86 | 62.56 | 29.55 | - |
| YUV | 203.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 128 | 0 | 0.04 | 0.41 | 0.15 | 54.67 | 0.55 | 0.68 |
| Hex | DA | D2 | 80 | 0 | 4 | 29 | F | 37 | 37 | 44 |
| Octal | 332 | 322 | 200 | 0 | 4 | 51 | 17 | 67 | 67 | 104 |
| Binary | 11011010 | 11010010 | 10000000 | 0 | 100 | 101001 | 1111 | 110111 | 110111 | 1000100 |
Color Harmonies of #DAD280
Complementary color
Monochromatic Colors of #DAD280
Black with #DAD280
Text Example
Text Example
White with #DAD280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD280; }
p { color: rgb(218,210,128); }
H1.HeaderClassName
{
color: #DAD280;
}
.AnyTagClassName
{
color: #DAD280;
}
</style>
background-color css
<style>
a { background-color: #DAD280; }
a { background-color: rgb(218,210,128); }
div.DivClassName
{
background-color: #DAD280;
}
.BgClassName
{
background-color: #DAD280;
}
</style>
border-color css
<style>
span { border-color: #DAD280; }
span { border-color: rgb(218,210,128); }
td.TdClassName
{
border-color: #DAD280;
}
.TagClassName
{
border-color: #DAD280;
}
</style>