Shades of Burning Sand #DA7E62
Tints of Burning Sand #DA7E62
RGB
CMYK
RGB Variations
Color information
#DA7E62 (or 0xDA7E62) is known color: Burning Sand. HEX triplet: DA, 7E and 62. RGB value is (218,126,98). Sum of RGB (Red+Green+Blue) = 218+126+98=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E62 is #25819D. Grayscale: #969696. Windows color (decimal): -2458014 or 6455002. OLE color: 6455002.
HSL color Cylindrical-coordinate representation of color #DA7E62: hue angle of 14º 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 #DA7E62 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 126 | 98 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.15 |
| HSL | 14º | 0.62% | 0.62% | - |
| HSV(B) | 14º | 0.55% | 0.85% | - |
| XYZ | 38.58 | 30.71 | 15.45 | - |
| YUV | 150.32 | 98.48 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 98 | 0 | 0.42 | 0.55 | 0.15 | 14 | 0.62 | 0.62 |
| Hex | DA | 7E | 62 | 0 | 2A | 37 | F | E | 3E | 3E |
| Octal | 332 | 176 | 142 | 0 | 52 | 67 | 17 | 16 | 76 | 76 |
| Binary | 11011010 | 1111110 | 1100010 | 0 | 101010 | 110111 | 1111 | 1110 | 111110 | 111110 |
Color Harmonies of #DA7E62
Complementary color
Monochromatic Colors of #DA7E62
Black with #DA7E62
Text Example
Text Example
White with #DA7E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7E62; }
p { color: rgb(218,126,98); }
H1.HeaderClassName
{
color: #DA7E62;
}
.AnyTagClassName
{
color: #DA7E62;
}
</style>
background-color css
<style>
a { background-color: #DA7E62; }
a { background-color: rgb(218,126,98); }
div.DivClassName
{
background-color: #DA7E62;
}
.BgClassName
{
background-color: #DA7E62;
}
</style>
border-color css
<style>
span { border-color: #DA7E62; }
span { border-color: rgb(218,126,98); }
td.TdClassName
{
border-color: #DA7E62;
}
.TagClassName
{
border-color: #DA7E62;
}
</style>