Shades of Sandwisp #DAC880
Tints of Sandwisp #DAC880
RGB
CMYK
RGB Variations
Color information
#DAC880 (or 0xDAC880) is known color: Sandwisp. HEX triplet: DA, C8 and 80. RGB value is (218,200,128). Sum of RGB (Red+Green+Blue) = 218+200+128=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC880 is #25377F. Grayscale: #C5C5C5. Windows color (decimal): -2439040 or 8440026. OLE color: 8440026.
HSL color Cylindrical-coordinate representation of color #DAC880: hue angle of 48º 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 #DAC880 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 128 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.15 |
| HSL | 48º | 0.55% | 0.68% | - |
| HSV(B) | 48º | 0.41% | 0.85% | - |
| XYZ | 53.46 | 57.77 | 28.76 | - |
| YUV | 197.17 | 88.96 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 128 | 0 | 0.08 | 0.41 | 0.15 | 48 | 0.55 | 0.68 |
| Hex | DA | C8 | 80 | 0 | 8 | 29 | F | 30 | 37 | 44 |
| Octal | 332 | 310 | 200 | 0 | 10 | 51 | 17 | 60 | 67 | 104 |
| Binary | 11011010 | 11001000 | 10000000 | 0 | 1000 | 101001 | 1111 | 110000 | 110111 | 1000100 |
Color Harmonies of #DAC880
Complementary color
Monochromatic Colors of #DAC880
Black with #DAC880
Text Example
Text Example
White with #DAC880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC880; }
p { color: rgb(218,200,128); }
H1.HeaderClassName
{
color: #DAC880;
}
.AnyTagClassName
{
color: #DAC880;
}
</style>
background-color css
<style>
a { background-color: #DAC880; }
a { background-color: rgb(218,200,128); }
div.DivClassName
{
background-color: #DAC880;
}
.BgClassName
{
background-color: #DAC880;
}
</style>
border-color css
<style>
span { border-color: #DAC880; }
span { border-color: rgb(218,200,128); }
td.TdClassName
{
border-color: #DAC880;
}
.TagClassName
{
border-color: #DAC880;
}
</style>