Shades of Burning Sand #D17A6B
Tints of Burning Sand #D17A6B
RGB
CMYK
RGB Variations
Color information
#D17A6B (or 0xD17A6B) is known color: Burning Sand. HEX triplet: D1, 7A and 6B. RGB value is (209,122,107). Sum of RGB (Red+Green+Blue) = 209+122+107=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17A6B is #2E8594. Grayscale: #929292. Windows color (decimal): -3048853 or 7043793. OLE color: 7043793.
HSL color Cylindrical-coordinate representation of color #D17A6B: hue angle of 8.82º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D17A6B is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 122 | 107 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.18 |
| HSL | 8.82º | 0.53% | 0.62% | - |
| HSV(B) | 8.82º | 0.49% | 0.82% | - |
| XYZ | 35.91 | 28.54 | 17.53 | - |
| YUV | 146.3 | 105.82 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 107 | 0 | 0.42 | 0.49 | 0.18 | 8.82 | 0.53 | 0.62 |
| Hex | D1 | 7A | 6B | 0 | 2A | 31 | 12 | 9 | 35 | 3E |
| Octal | 321 | 172 | 153 | 0 | 52 | 61 | 22 | 11 | 65 | 76 |
| Binary | 11010001 | 1111010 | 1101011 | 0 | 101010 | 110001 | 10010 | 1001 | 110101 | 111110 |
Color Harmonies of #D17A6B
Complementary color
Monochromatic Colors of #D17A6B
Black with #D17A6B
Text Example
Text Example
White with #D17A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17A6B; }
p { color: rgb(209,122,107); }
H1.HeaderClassName
{
color: #D17A6B;
}
.AnyTagClassName
{
color: #D17A6B;
}
</style>
background-color css
<style>
a { background-color: #D17A6B; }
a { background-color: rgb(209,122,107); }
div.DivClassName
{
background-color: #D17A6B;
}
.BgClassName
{
background-color: #D17A6B;
}
</style>
border-color css
<style>
span { border-color: #D17A6B; }
span { border-color: rgb(209,122,107); }
td.TdClassName
{
border-color: #D17A6B;
}
.TagClassName
{
border-color: #D17A6B;
}
</style>