Shades of Sandwisp #DAD288
Tints of Sandwisp #DAD288
RGB
CMYK
RGB Variations
Color information
#DAD288 (or 0xDAD288) is known color: Sandwisp. HEX triplet: DA, D2 and 88. RGB value is (218,210,136). Sum of RGB (Red+Green+Blue) = 218+210+136=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 136 (53.52% from 255 or 24.11% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD288 is #252D77. Grayscale: #CCCCCC. Windows color (decimal): -2436472 or 8966874. OLE color: 8966874.
HSL color Cylindrical-coordinate representation of color #DAD288: hue angle of 54.15º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAD288 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 136 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.15 |
| HSL | 54.15º | 0.53% | 0.69% | - |
| HSV(B) | 54.15º | 0.38% | 0.85% | - |
| XYZ | 56.4 | 62.78 | 32.44 | - |
| YUV | 203.96 | 89.65 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 136 | 0 | 0.04 | 0.38 | 0.15 | 54.15 | 0.53 | 0.69 |
| Hex | DA | D2 | 88 | 0 | 4 | 26 | F | 36 | 35 | 45 |
| Octal | 332 | 322 | 210 | 0 | 4 | 46 | 17 | 66 | 65 | 105 |
| Binary | 11011010 | 11010010 | 10001000 | 0 | 100 | 100110 | 1111 | 110110 | 110101 | 1000101 |
Color Harmonies of #DAD288
Complementary color
Monochromatic Colors of #DAD288
Black with #DAD288
Text Example
Text Example
White with #DAD288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD288; }
p { color: rgb(218,210,136); }
H1.HeaderClassName
{
color: #DAD288;
}
.AnyTagClassName
{
color: #DAD288;
}
</style>
background-color css
<style>
a { background-color: #DAD288; }
a { background-color: rgb(218,210,136); }
div.DivClassName
{
background-color: #DAD288;
}
.BgClassName
{
background-color: #DAD288;
}
</style>
border-color css
<style>
span { border-color: #DAD288; }
span { border-color: rgb(218,210,136); }
td.TdClassName
{
border-color: #DAD288;
}
.TagClassName
{
border-color: #DAD288;
}
</style>