Shades of Sandwisp #DACA78
Tints of Sandwisp #DACA78
RGB
CMYK
RGB Variations
Color information
#DACA78 (or 0xDACA78) is known color: Sandwisp. HEX triplet: DA, CA and 78. RGB value is (218,202,120). Sum of RGB (Red+Green+Blue) = 218+202+120=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA78 is #253587. Grayscale: #C5C5C5. Windows color (decimal): -2438536 or 7916250. OLE color: 7916250.
HSL color Cylindrical-coordinate representation of color #DACA78: hue angle of 50.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DACA78 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 120 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.15 |
| HSL | 50.2º | 0.57% | 0.66% | - |
| HSV(B) | 50.2º | 0.45% | 0.85% | - |
| XYZ | 53.42 | 58.5 | 26.25 | - |
| YUV | 197.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 120 | 0 | 0.07 | 0.45 | 0.15 | 50.2 | 0.57 | 0.66 |
| Hex | DA | CA | 78 | 0 | 7 | 2D | F | 32 | 39 | 42 |
| Octal | 332 | 312 | 170 | 0 | 7 | 55 | 17 | 62 | 71 | 102 |
| Binary | 11011010 | 11001010 | 1111000 | 0 | 111 | 101101 | 1111 | 110010 | 111001 | 1000010 |
Color Harmonies of #DACA78
Complementary color
Monochromatic Colors of #DACA78
Black with #DACA78
Text Example
Text Example
White with #DACA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA78; }
p { color: rgb(218,202,120); }
H1.HeaderClassName
{
color: #DACA78;
}
.AnyTagClassName
{
color: #DACA78;
}
</style>
background-color css
<style>
a { background-color: #DACA78; }
a { background-color: rgb(218,202,120); }
div.DivClassName
{
background-color: #DACA78;
}
.BgClassName
{
background-color: #DACA78;
}
</style>
border-color css
<style>
span { border-color: #DACA78; }
span { border-color: rgb(218,202,120); }
td.TdClassName
{
border-color: #DACA78;
}
.TagClassName
{
border-color: #DACA78;
}
</style>