Shades of Burning Sand #D38867
Tints of Burning Sand #D38867
RGB
CMYK
RGB Variations
Color information
#D38867 (or 0xD38867) is known color: Burning Sand. HEX triplet: D3, 88 and 67. RGB value is (211,136,103). Sum of RGB (Red+Green+Blue) = 211+136+103=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D38867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38867 is #2C7798. Grayscale: #9A9A9A. Windows color (decimal): -2914201 or 6785235. OLE color: 6785235.
HSL color Cylindrical-coordinate representation of color #D38867: hue angle of 18.33º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D38867 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 136 | 103 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.17 |
| HSL | 18.33º | 0.55% | 0.62% | - |
| HSV(B) | 18.33º | 0.51% | 0.83% | - |
| XYZ | 38.12 | 32.44 | 17.08 | - |
| YUV | 154.66 | 98.85 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 103 | 0 | 0.36 | 0.51 | 0.17 | 18.33 | 0.55 | 0.62 |
| Hex | D3 | 88 | 67 | 0 | 24 | 33 | 11 | 12 | 37 | 3E |
| Octal | 323 | 210 | 147 | 0 | 44 | 63 | 21 | 22 | 67 | 76 |
| Binary | 11010011 | 10001000 | 1100111 | 0 | 100100 | 110011 | 10001 | 10010 | 110111 | 111110 |
Color Harmonies of #D38867
Complementary color
Monochromatic Colors of #D38867
Black with #D38867
Text Example
Text Example
White with #D38867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38867; }
p { color: rgb(211,136,103); }
H1.HeaderClassName
{
color: #D38867;
}
.AnyTagClassName
{
color: #D38867;
}
</style>
background-color css
<style>
a { background-color: #D38867; }
a { background-color: rgb(211,136,103); }
div.DivClassName
{
background-color: #D38867;
}
.BgClassName
{
background-color: #D38867;
}
</style>
border-color css
<style>
span { border-color: #D38867; }
span { border-color: rgb(211,136,103); }
td.TdClassName
{
border-color: #D38867;
}
.TagClassName
{
border-color: #D38867;
}
</style>