Shades of Sandwisp #DAD080
Tints of Sandwisp #DAD080
RGB
CMYK
RGB Variations
Color information
#DAD080 (or 0xDAD080) is known color: Sandwisp. HEX triplet: DA, D0 and 80. RGB value is (218,208,128). Sum of RGB (Red+Green+Blue) = 218+208+128=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD080 is #252F7F. Grayscale: #CACACA. Windows color (decimal): -2436992 or 8442074. OLE color: 8442074.
HSL color Cylindrical-coordinate representation of color #DAD080: hue angle of 53.33º 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 #DAD080 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 208 | 128 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.15 |
| HSL | 53.33º | 0.55% | 0.68% | - |
| HSV(B) | 53.33º | 0.41% | 0.85% | - |
| XYZ | 55.37 | 61.58 | 29.39 | - |
| YUV | 201.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 208 | 128 | 0 | 0.05 | 0.41 | 0.15 | 53.33 | 0.55 | 0.68 |
| Hex | DA | D0 | 80 | 0 | 5 | 29 | F | 35 | 37 | 44 |
| Octal | 332 | 320 | 200 | 0 | 5 | 51 | 17 | 65 | 67 | 104 |
| Binary | 11011010 | 11010000 | 10000000 | 0 | 101 | 101001 | 1111 | 110101 | 110111 | 1000100 |
Color Harmonies of #DAD080
Complementary color
Monochromatic Colors of #DAD080
Black with #DAD080
Text Example
Text Example
White with #DAD080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD080; }
p { color: rgb(218,208,128); }
H1.HeaderClassName
{
color: #DAD080;
}
.AnyTagClassName
{
color: #DAD080;
}
</style>
background-color css
<style>
a { background-color: #DAD080; }
a { background-color: rgb(218,208,128); }
div.DivClassName
{
background-color: #DAD080;
}
.BgClassName
{
background-color: #DAD080;
}
</style>
border-color css
<style>
span { border-color: #DAD080; }
span { border-color: rgb(218,208,128); }
td.TdClassName
{
border-color: #DAD080;
}
.TagClassName
{
border-color: #DAD080;
}
</style>