Shades of Burning Sand #D28769
Tints of Burning Sand #D28769
RGB
CMYK
RGB Variations
Color information
#D28769 (or 0xD28769) is known color: Burning Sand. HEX triplet: D2, 87 and 69. RGB value is (210,135,105). Sum of RGB (Red+Green+Blue) = 210+135+105=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D28769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28769 is #2D7896. Grayscale: #9A9A9A. Windows color (decimal): -2979991 or 6916050. OLE color: 6916050.
HSL color Cylindrical-coordinate representation of color #D28769: hue angle of 17.14º 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 #D28769 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 105 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.18 |
| HSL | 17.14º | 0.54% | 0.62% | - |
| HSV(B) | 17.14º | 0.5% | 0.82% | - |
| XYZ | 37.79 | 32.05 | 17.56 | - |
| YUV | 154.01 | 100.35 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 105 | 0 | 0.36 | 0.50 | 0.18 | 17.14 | 0.54 | 0.62 |
| Hex | D2 | 87 | 69 | 0 | 24 | 32 | 12 | 11 | 36 | 3E |
| Octal | 322 | 207 | 151 | 0 | 44 | 62 | 22 | 21 | 66 | 76 |
| Binary | 11010010 | 10000111 | 1101001 | 0 | 100100 | 110010 | 10010 | 10001 | 110110 | 111110 |
Color Harmonies of #D28769
Complementary color
Monochromatic Colors of #D28769
Black with #D28769
Text Example
Text Example
White with #D28769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28769; }
p { color: rgb(210,135,105); }
H1.HeaderClassName
{
color: #D28769;
}
.AnyTagClassName
{
color: #D28769;
}
</style>
background-color css
<style>
a { background-color: #D28769; }
a { background-color: rgb(210,135,105); }
div.DivClassName
{
background-color: #D28769;
}
.BgClassName
{
background-color: #D28769;
}
</style>
border-color css
<style>
span { border-color: #D28769; }
span { border-color: rgb(210,135,105); }
td.TdClassName
{
border-color: #D28769;
}
.TagClassName
{
border-color: #D28769;
}
</style>