Shades of Burning Sand #DA855A
Tints of Burning Sand #DA855A
RGB
CMYK
RGB Variations
Color information
#DA855A (or 0xDA855A) is known color: Burning Sand. HEX triplet: DA, 85 and 5A. RGB value is (218,133,90). Sum of RGB (Red+Green+Blue) = 218+133+90=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA855A is #257AA5. Grayscale: #999999. Windows color (decimal): -2456230 or 5932506. OLE color: 5932506.
HSL color Cylindrical-coordinate representation of color #DA855A: hue angle of 20.16º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA855A is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 90 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.15 |
| HSL | 20.16º | 0.63% | 0.6% | - |
| HSV(B) | 20.16º | 0.59% | 0.85% | - |
| XYZ | 39.15 | 32.42 | 13.87 | - |
| YUV | 153.51 | 92.16 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 90 | 0 | 0.39 | 0.59 | 0.15 | 20.16 | 0.63 | 0.6 |
| Hex | DA | 85 | 5A | 0 | 27 | 3B | F | 14 | 3F | 3C |
| Octal | 332 | 205 | 132 | 0 | 47 | 73 | 17 | 24 | 77 | 74 |
| Binary | 11011010 | 10000101 | 1011010 | 0 | 100111 | 111011 | 1111 | 10100 | 111111 | 111100 |
Color Harmonies of #DA855A
Complementary color
Monochromatic Colors of #DA855A
Black with #DA855A
Text Example
Text Example
White with #DA855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA855A; }
p { color: rgb(218,133,90); }
H1.HeaderClassName
{
color: #DA855A;
}
.AnyTagClassName
{
color: #DA855A;
}
</style>
background-color css
<style>
a { background-color: #DA855A; }
a { background-color: rgb(218,133,90); }
div.DivClassName
{
background-color: #DA855A;
}
.BgClassName
{
background-color: #DA855A;
}
</style>
border-color css
<style>
span { border-color: #DA855A; }
span { border-color: rgb(218,133,90); }
td.TdClassName
{
border-color: #DA855A;
}
.TagClassName
{
border-color: #DA855A;
}
</style>