Shades of Burning Sand #DA8062
Tints of Burning Sand #DA8062
RGB
CMYK
RGB Variations
Color information
#DA8062 (or 0xDA8062) is known color: Burning Sand. HEX triplet: DA, 80 and 62. RGB value is (218,128,98). Sum of RGB (Red+Green+Blue) = 218+128+98=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8062 is #257F9D. Grayscale: #979797. Windows color (decimal): -2457502 or 6455514. OLE color: 6455514.
HSL color Cylindrical-coordinate representation of color #DA8062: hue angle of 15º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA8062 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 98 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.15 |
| HSL | 15º | 0.62% | 0.62% | - |
| HSV(B) | 15º | 0.55% | 0.85% | - |
| XYZ | 38.84 | 31.23 | 15.54 | - |
| YUV | 151.49 | 97.82 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 98 | 0 | 0.41 | 0.55 | 0.15 | 15 | 0.62 | 0.62 |
| Hex | DA | 80 | 62 | 0 | 29 | 37 | F | F | 3E | 3E |
| Octal | 332 | 200 | 142 | 0 | 51 | 67 | 17 | 17 | 76 | 76 |
| Binary | 11011010 | 10000000 | 1100010 | 0 | 101001 | 110111 | 1111 | 1111 | 111110 | 111110 |
Color Harmonies of #DA8062
Complementary color
Monochromatic Colors of #DA8062
Black with #DA8062
Text Example
Text Example
White with #DA8062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8062; }
p { color: rgb(218,128,98); }
H1.HeaderClassName
{
color: #DA8062;
}
.AnyTagClassName
{
color: #DA8062;
}
</style>
background-color css
<style>
a { background-color: #DA8062; }
a { background-color: rgb(218,128,98); }
div.DivClassName
{
background-color: #DA8062;
}
.BgClassName
{
background-color: #DA8062;
}
</style>
border-color css
<style>
span { border-color: #DA8062; }
span { border-color: rgb(218,128,98); }
td.TdClassName
{
border-color: #DA8062;
}
.TagClassName
{
border-color: #DA8062;
}
</style>