Shades of Burning Sand #D17967
Tints of Burning Sand #D17967
RGB
CMYK
RGB Variations
Color information
#D17967 (or 0xD17967) is known color: Burning Sand. HEX triplet: D1, 79 and 67. RGB value is (209,121,103). Sum of RGB (Red+Green+Blue) = 209+121+103=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D17967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17967 is #2E8698. Grayscale: #919191. Windows color (decimal): -3049113 or 6781393. OLE color: 6781393.
HSL color Cylindrical-coordinate representation of color #D17967: hue angle of 10.19º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D17967 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 121 | 103 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.18 |
| HSL | 10.19º | 0.54% | 0.61% | - |
| HSV(B) | 10.19º | 0.51% | 0.82% | - |
| XYZ | 35.58 | 28.21 | 16.4 | - |
| YUV | 145.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 103 | 0 | 0.42 | 0.51 | 0.18 | 10.19 | 0.54 | 0.61 |
| Hex | D1 | 79 | 67 | 0 | 2A | 33 | 12 | A | 36 | 3D |
| Octal | 321 | 171 | 147 | 0 | 52 | 63 | 22 | 12 | 66 | 75 |
| Binary | 11010001 | 1111001 | 1100111 | 0 | 101010 | 110011 | 10010 | 1010 | 110110 | 111101 |
Color Harmonies of #D17967
Complementary color
Monochromatic Colors of #D17967
Black with #D17967
Text Example
Text Example
White with #D17967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17967; }
p { color: rgb(209,121,103); }
H1.HeaderClassName
{
color: #D17967;
}
.AnyTagClassName
{
color: #D17967;
}
</style>
background-color css
<style>
a { background-color: #D17967; }
a { background-color: rgb(209,121,103); }
div.DivClassName
{
background-color: #D17967;
}
.BgClassName
{
background-color: #D17967;
}
</style>
border-color css
<style>
span { border-color: #D17967; }
span { border-color: rgb(209,121,103); }
td.TdClassName
{
border-color: #D17967;
}
.TagClassName
{
border-color: #D17967;
}
</style>