Shades of Burning Sand #DA825C
Tints of Burning Sand #DA825C
RGB
CMYK
RGB Variations
Color information
#DA825C (or 0xDA825C) is known color: Burning Sand. HEX triplet: DA, 82 and 5C. RGB value is (218,130,92). Sum of RGB (Red+Green+Blue) = 218+130+92=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA825C is #257DA3. Grayscale: #989898. Windows color (decimal): -2456996 or 6062810. OLE color: 6062810.
HSL color Cylindrical-coordinate representation of color #DA825C: hue angle of 18.1º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA825C is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 92 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.15 |
| HSL | 18.1º | 0.63% | 0.61% | - |
| HSV(B) | 18.1º | 0.58% | 0.85% | - |
| XYZ | 38.83 | 31.64 | 14.19 | - |
| YUV | 151.98 | 94.15 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 92 | 0 | 0.40 | 0.58 | 0.15 | 18.1 | 0.63 | 0.61 |
| Hex | DA | 82 | 5C | 0 | 28 | 3A | F | 12 | 3F | 3D |
| Octal | 332 | 202 | 134 | 0 | 50 | 72 | 17 | 22 | 77 | 75 |
| Binary | 11011010 | 10000010 | 1011100 | 0 | 101000 | 111010 | 1111 | 10010 | 111111 | 111101 |
Color Harmonies of #DA825C
Complementary color
Monochromatic Colors of #DA825C
Black with #DA825C
Text Example
Text Example
White with #DA825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA825C; }
p { color: rgb(218,130,92); }
H1.HeaderClassName
{
color: #DA825C;
}
.AnyTagClassName
{
color: #DA825C;
}
</style>
background-color css
<style>
a { background-color: #DA825C; }
a { background-color: rgb(218,130,92); }
div.DivClassName
{
background-color: #DA825C;
}
.BgClassName
{
background-color: #DA825C;
}
</style>
border-color css
<style>
span { border-color: #DA825C; }
span { border-color: rgb(218,130,92); }
td.TdClassName
{
border-color: #DA825C;
}
.TagClassName
{
border-color: #DA825C;
}
</style>