Shades of Burning Sand #DA7D60
Tints of Burning Sand #DA7D60
RGB
CMYK
RGB Variations
Color information
#DA7D60 (or 0xDA7D60) is known color: Burning Sand. HEX triplet: DA, 7D and 60. RGB value is (218,125,96). Sum of RGB (Red+Green+Blue) = 218+125+96=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D60 is #25829F. Grayscale: #959595. Windows color (decimal): -2458272 or 6323674. OLE color: 6323674.
HSL color Cylindrical-coordinate representation of color #DA7D60: hue angle of 14.26º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA7D60 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 96 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.15 |
| HSL | 14.26º | 0.62% | 0.62% | - |
| HSV(B) | 14.26º | 0.56% | 0.85% | - |
| XYZ | 38.36 | 30.42 | 14.92 | - |
| YUV | 149.5 | 97.81 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 96 | 0 | 0.43 | 0.56 | 0.15 | 14.26 | 0.62 | 0.62 |
| Hex | DA | 7D | 60 | 0 | 2B | 38 | F | E | 3E | 3E |
| Octal | 332 | 175 | 140 | 0 | 53 | 70 | 17 | 16 | 76 | 76 |
| Binary | 11011010 | 1111101 | 1100000 | 0 | 101011 | 111000 | 1111 | 1110 | 111110 | 111110 |
Color Harmonies of #DA7D60
Complementary color
Monochromatic Colors of #DA7D60
Black with #DA7D60
Text Example
Text Example
White with #DA7D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D60; }
p { color: rgb(218,125,96); }
H1.HeaderClassName
{
color: #DA7D60;
}
.AnyTagClassName
{
color: #DA7D60;
}
</style>
background-color css
<style>
a { background-color: #DA7D60; }
a { background-color: rgb(218,125,96); }
div.DivClassName
{
background-color: #DA7D60;
}
.BgClassName
{
background-color: #DA7D60;
}
</style>
border-color css
<style>
span { border-color: #DA7D60; }
span { border-color: rgb(218,125,96); }
td.TdClassName
{
border-color: #DA7D60;
}
.TagClassName
{
border-color: #DA7D60;
}
</style>