Shades of Burning Sand #DA8256
Tints of Burning Sand #DA8256
RGB
CMYK
RGB Variations
Color information
#DA8256 (or 0xDA8256) is known color: Burning Sand. HEX triplet: DA, 82 and 56. RGB value is (218,130,86). Sum of RGB (Red+Green+Blue) = 218+130+86=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8256 is #257DA9. Grayscale: #979797. Windows color (decimal): -2457002 or 5669594. OLE color: 5669594.
HSL color Cylindrical-coordinate representation of color #DA8256: hue angle of 20º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA8256 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 86 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.15 |
| HSL | 20º | 0.64% | 0.6% | - |
| HSV(B) | 20º | 0.61% | 0.85% | - |
| XYZ | 38.58 | 31.54 | 12.86 | - |
| YUV | 151.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 86 | 0 | 0.40 | 0.61 | 0.15 | 20 | 0.64 | 0.6 |
| Hex | DA | 82 | 56 | 0 | 28 | 3D | F | 14 | 40 | 3C |
| Octal | 332 | 202 | 126 | 0 | 50 | 75 | 17 | 24 | 100 | 74 |
| Binary | 11011010 | 10000010 | 1010110 | 0 | 101000 | 111101 | 1111 | 10100 | 1000000 | 111100 |
Color Harmonies of #DA8256
Complementary color
Monochromatic Colors of #DA8256
Black with #DA8256
Text Example
Text Example
White with #DA8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8256; }
p { color: rgb(218,130,86); }
H1.HeaderClassName
{
color: #DA8256;
}
.AnyTagClassName
{
color: #DA8256;
}
</style>
background-color css
<style>
a { background-color: #DA8256; }
a { background-color: rgb(218,130,86); }
div.DivClassName
{
background-color: #DA8256;
}
.BgClassName
{
background-color: #DA8256;
}
</style>
border-color css
<style>
span { border-color: #DA8256; }
span { border-color: rgb(218,130,86); }
td.TdClassName
{
border-color: #DA8256;
}
.TagClassName
{
border-color: #DA8256;
}
</style>