Shades of Burning Sand #D28469
Tints of Burning Sand #D28469
RGB
CMYK
RGB Variations
Color information
#D28469 (or 0xD28469) is known color: Burning Sand. HEX triplet: D2, 84 and 69. RGB value is (210,132,105). Sum of RGB (Red+Green+Blue) = 210+132+105=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D28469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28469 is #2D7B96. Grayscale: #989898. Windows color (decimal): -2980759 or 6915282. OLE color: 6915282.
HSL color Cylindrical-coordinate representation of color #D28469: hue angle of 15.43º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D28469 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 105 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.18 |
| HSL | 15.43º | 0.54% | 0.62% | - |
| HSV(B) | 15.43º | 0.5% | 0.82% | - |
| XYZ | 37.38 | 31.22 | 17.42 | - |
| YUV | 152.24 | 101.34 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 105 | 0 | 0.37 | 0.50 | 0.18 | 15.43 | 0.54 | 0.62 |
| Hex | D2 | 84 | 69 | 0 | 25 | 32 | 12 | F | 36 | 3E |
| Octal | 322 | 204 | 151 | 0 | 45 | 62 | 22 | 17 | 66 | 76 |
| Binary | 11010010 | 10000100 | 1101001 | 0 | 100101 | 110010 | 10010 | 1111 | 110110 | 111110 |
Color Harmonies of #D28469
Complementary color
Monochromatic Colors of #D28469
Black with #D28469
Text Example
Text Example
White with #D28469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28469; }
p { color: rgb(210,132,105); }
H1.HeaderClassName
{
color: #D28469;
}
.AnyTagClassName
{
color: #D28469;
}
</style>
background-color css
<style>
a { background-color: #D28469; }
a { background-color: rgb(210,132,105); }
div.DivClassName
{
background-color: #D28469;
}
.BgClassName
{
background-color: #D28469;
}
</style>
border-color css
<style>
span { border-color: #D28469; }
span { border-color: rgb(210,132,105); }
td.TdClassName
{
border-color: #D28469;
}
.TagClassName
{
border-color: #D28469;
}
</style>