Shades of Sandwisp #DACC80
Tints of Sandwisp #DACC80
RGB
CMYK
RGB Variations
Color information
#DACC80 (or 0xDACC80) is known color: Sandwisp. HEX triplet: DA, CC and 80. RGB value is (218,204,128). Sum of RGB (Red+Green+Blue) = 218+204+128=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACC80 is #25337F. Grayscale: #C7C7C7. Windows color (decimal): -2438016 or 8441050. OLE color: 8441050.
HSL color Cylindrical-coordinate representation of color #DACC80: hue angle of 50.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 #DACC80 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 128 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.15 |
| HSL | 50.67º | 0.55% | 0.68% | - |
| HSV(B) | 50.67º | 0.41% | 0.85% | - |
| XYZ | 54.4 | 59.65 | 29.07 | - |
| YUV | 199.52 | 87.64 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 128 | 0 | 0.06 | 0.41 | 0.15 | 50.67 | 0.55 | 0.68 |
| Hex | DA | CC | 80 | 0 | 6 | 29 | F | 33 | 37 | 44 |
| Octal | 332 | 314 | 200 | 0 | 6 | 51 | 17 | 63 | 67 | 104 |
| Binary | 11011010 | 11001100 | 10000000 | 0 | 110 | 101001 | 1111 | 110011 | 110111 | 1000100 |
Color Harmonies of #DACC80
Complementary color
Monochromatic Colors of #DACC80
Black with #DACC80
Text Example
Text Example
White with #DACC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC80; }
p { color: rgb(218,204,128); }
H1.HeaderClassName
{
color: #DACC80;
}
.AnyTagClassName
{
color: #DACC80;
}
</style>
background-color css
<style>
a { background-color: #DACC80; }
a { background-color: rgb(218,204,128); }
div.DivClassName
{
background-color: #DACC80;
}
.BgClassName
{
background-color: #DACC80;
}
</style>
border-color css
<style>
span { border-color: #DACC80; }
span { border-color: rgb(218,204,128); }
td.TdClassName
{
border-color: #DACC80;
}
.TagClassName
{
border-color: #DACC80;
}
</style>