Shades of Burning Sand #DA7D64
Tints of Burning Sand #DA7D64
RGB
CMYK
RGB Variations
Color information
#DA7D64 (or 0xDA7D64) is known color: Burning Sand. HEX triplet: DA, 7D and 64. RGB value is (218,125,100). Sum of RGB (Red+Green+Blue) = 218+125+100=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D64 is #25829B. Grayscale: #969696. Windows color (decimal): -2458268 or 6585818. OLE color: 6585818.
HSL color Cylindrical-coordinate representation of color #DA7D64: hue angle of 12.71º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA7D64 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 100 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.15 |
| HSL | 12.71º | 0.61% | 0.62% | - |
| HSV(B) | 12.71º | 0.54% | 0.85% | - |
| XYZ | 38.55 | 30.49 | 15.91 | - |
| YUV | 149.96 | 99.81 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 100 | 0 | 0.43 | 0.54 | 0.15 | 12.71 | 0.61 | 0.62 |
| Hex | DA | 7D | 64 | 0 | 2B | 36 | F | D | 3D | 3E |
| Octal | 332 | 175 | 144 | 0 | 53 | 66 | 17 | 15 | 75 | 76 |
| Binary | 11011010 | 1111101 | 1100100 | 0 | 101011 | 110110 | 1111 | 1101 | 111101 | 111110 |
Color Harmonies of #DA7D64
Complementary color
Monochromatic Colors of #DA7D64
Black with #DA7D64
Text Example
Text Example
White with #DA7D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D64; }
p { color: rgb(218,125,100); }
H1.HeaderClassName
{
color: #DA7D64;
}
.AnyTagClassName
{
color: #DA7D64;
}
</style>
background-color css
<style>
a { background-color: #DA7D64; }
a { background-color: rgb(218,125,100); }
div.DivClassName
{
background-color: #DA7D64;
}
.BgClassName
{
background-color: #DA7D64;
}
</style>
border-color css
<style>
span { border-color: #DA7D64; }
span { border-color: rgb(218,125,100); }
td.TdClassName
{
border-color: #DA7D64;
}
.TagClassName
{
border-color: #DA7D64;
}
</style>