Shades of Burning Sand #D28569
Tints of Burning Sand #D28569
RGB
CMYK
RGB Variations
Color information
#D28569 (or 0xD28569) is known color: Burning Sand. HEX triplet: D2, 85 and 69. RGB value is (210,133,105). Sum of RGB (Red+Green+Blue) = 210+133+105=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D28569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28569 is #2D7A96. Grayscale: #999999. Windows color (decimal): -2980503 or 6915538. OLE color: 6915538.
HSL color Cylindrical-coordinate representation of color #D28569: hue angle of 16º 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 #D28569 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 105 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.18 |
| HSL | 16º | 0.54% | 0.62% | - |
| HSV(B) | 16º | 0.5% | 0.82% | - |
| XYZ | 37.52 | 31.5 | 17.47 | - |
| YUV | 152.83 | 101.01 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 105 | 0 | 0.37 | 0.50 | 0.18 | 16 | 0.54 | 0.62 |
| Hex | D2 | 85 | 69 | 0 | 25 | 32 | 12 | 10 | 36 | 3E |
| Octal | 322 | 205 | 151 | 0 | 45 | 62 | 22 | 20 | 66 | 76 |
| Binary | 11010010 | 10000101 | 1101001 | 0 | 100101 | 110010 | 10010 | 10000 | 110110 | 111110 |
Color Harmonies of #D28569
Complementary color
Monochromatic Colors of #D28569
Black with #D28569
Text Example
Text Example
White with #D28569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28569; }
p { color: rgb(210,133,105); }
H1.HeaderClassName
{
color: #D28569;
}
.AnyTagClassName
{
color: #D28569;
}
</style>
background-color css
<style>
a { background-color: #D28569; }
a { background-color: rgb(210,133,105); }
div.DivClassName
{
background-color: #D28569;
}
.BgClassName
{
background-color: #D28569;
}
</style>
border-color css
<style>
span { border-color: #D28569; }
span { border-color: rgb(210,133,105); }
td.TdClassName
{
border-color: #D28569;
}
.TagClassName
{
border-color: #D28569;
}
</style>