Shades of Burning Sand #D28767
Tints of Burning Sand #D28767
RGB
CMYK
RGB Variations
Color information
#D28767 (or 0xD28767) is known color: Burning Sand. HEX triplet: D2, 87 and 67. RGB value is (210,135,103). Sum of RGB (Red+Green+Blue) = 210+135+103=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 103 (40.62% from 255 or 22.99% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D28767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28767 is #2D7898. Grayscale: #999999. Windows color (decimal): -2979993 or 6784978. OLE color: 6784978.
HSL color Cylindrical-coordinate representation of color #D28767: hue angle of 17.94º 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 #D28767 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 103 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.18 |
| HSL | 17.94º | 0.54% | 0.61% | - |
| HSV(B) | 17.94º | 0.51% | 0.82% | - |
| XYZ | 37.69 | 32.01 | 17.02 | - |
| YUV | 153.78 | 99.35 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 103 | 0 | 0.36 | 0.51 | 0.18 | 17.94 | 0.54 | 0.61 |
| Hex | D2 | 87 | 67 | 0 | 24 | 33 | 12 | 12 | 36 | 3D |
| Octal | 322 | 207 | 147 | 0 | 44 | 63 | 22 | 22 | 66 | 75 |
| Binary | 11010010 | 10000111 | 1100111 | 0 | 100100 | 110011 | 10010 | 10010 | 110110 | 111101 |
Color Harmonies of #D28767
Complementary color
Monochromatic Colors of #D28767
Black with #D28767
Text Example
Text Example
White with #D28767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28767; }
p { color: rgb(210,135,103); }
H1.HeaderClassName
{
color: #D28767;
}
.AnyTagClassName
{
color: #D28767;
}
</style>
background-color css
<style>
a { background-color: #D28767; }
a { background-color: rgb(210,135,103); }
div.DivClassName
{
background-color: #D28767;
}
.BgClassName
{
background-color: #D28767;
}
</style>
border-color css
<style>
span { border-color: #D28767; }
span { border-color: rgb(210,135,103); }
td.TdClassName
{
border-color: #D28767;
}
.TagClassName
{
border-color: #D28767;
}
</style>