Shades of Burning Sand #D38568
Tints of Burning Sand #D38568
RGB
CMYK
RGB Variations
Color information
#D38568 (or 0xD38568) is known color: Burning Sand. HEX triplet: D3, 85 and 68. RGB value is (211,133,104). Sum of RGB (Red+Green+Blue) = 211+133+104=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D38568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38568 is #2C7A97. Grayscale: #999999. Windows color (decimal): -2914968 or 6850003. OLE color: 6850003.
HSL color Cylindrical-coordinate representation of color #D38568: hue angle of 16.26º 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 #D38568 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 133 | 104 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.17 |
| HSL | 16.26º | 0.55% | 0.62% | - |
| HSV(B) | 16.26º | 0.51% | 0.83% | - |
| XYZ | 37.75 | 31.62 | 17.21 | - |
| YUV | 153.02 | 100.34 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 104 | 0 | 0.37 | 0.51 | 0.17 | 16.26 | 0.55 | 0.62 |
| Hex | D3 | 85 | 68 | 0 | 25 | 33 | 11 | 10 | 37 | 3E |
| Octal | 323 | 205 | 150 | 0 | 45 | 63 | 21 | 20 | 67 | 76 |
| Binary | 11010011 | 10000101 | 1101000 | 0 | 100101 | 110011 | 10001 | 10000 | 110111 | 111110 |
Color Harmonies of #D38568
Complementary color
Monochromatic Colors of #D38568
Black with #D38568
Text Example
Text Example
White with #D38568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38568; }
p { color: rgb(211,133,104); }
H1.HeaderClassName
{
color: #D38568;
}
.AnyTagClassName
{
color: #D38568;
}
</style>
background-color css
<style>
a { background-color: #D38568; }
a { background-color: rgb(211,133,104); }
div.DivClassName
{
background-color: #D38568;
}
.BgClassName
{
background-color: #D38568;
}
</style>
border-color css
<style>
span { border-color: #D38568; }
span { border-color: rgb(211,133,104); }
td.TdClassName
{
border-color: #D38568;
}
.TagClassName
{
border-color: #D38568;
}
</style>