Shades of Burning Sand #DA7C62
Tints of Burning Sand #DA7C62
RGB
CMYK
RGB Variations
Color information
#DA7C62 (or 0xDA7C62) is known color: Burning Sand. HEX triplet: DA, 7C and 62. RGB value is (218,124,98). Sum of RGB (Red+Green+Blue) = 218+124+98=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7C62 is #25839D. Grayscale: #959595. Windows color (decimal): -2458526 or 6454490. OLE color: 6454490.
HSL color Cylindrical-coordinate representation of color #DA7C62: hue angle of 13º 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 #DA7C62 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 98 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.15 |
| HSL | 13º | 0.62% | 0.62% | - |
| HSV(B) | 13º | 0.55% | 0.85% | - |
| XYZ | 38.33 | 30.2 | 15.36 | - |
| YUV | 149.14 | 99.14 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 98 | 0 | 0.43 | 0.55 | 0.15 | 13 | 0.62 | 0.62 |
| Hex | DA | 7C | 62 | 0 | 2B | 37 | F | D | 3E | 3E |
| Octal | 332 | 174 | 142 | 0 | 53 | 67 | 17 | 15 | 76 | 76 |
| Binary | 11011010 | 1111100 | 1100010 | 0 | 101011 | 110111 | 1111 | 1101 | 111110 | 111110 |
Color Harmonies of #DA7C62
Complementary color
Monochromatic Colors of #DA7C62
Black with #DA7C62
Text Example
Text Example
White with #DA7C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7C62; }
p { color: rgb(218,124,98); }
H1.HeaderClassName
{
color: #DA7C62;
}
.AnyTagClassName
{
color: #DA7C62;
}
</style>
background-color css
<style>
a { background-color: #DA7C62; }
a { background-color: rgb(218,124,98); }
div.DivClassName
{
background-color: #DA7C62;
}
.BgClassName
{
background-color: #DA7C62;
}
</style>
border-color css
<style>
span { border-color: #DA7C62; }
span { border-color: rgb(218,124,98); }
td.TdClassName
{
border-color: #DA7C62;
}
.TagClassName
{
border-color: #DA7C62;
}
</style>