Shades of Burning Sand #D38266
Tints of Burning Sand #D38266
RGB
CMYK
RGB Variations
Color information
#D38266 (or 0xD38266) is known color: Burning Sand. HEX triplet: D3, 82 and 66. RGB value is (211,130,102). Sum of RGB (Red+Green+Blue) = 211+130+102=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D38266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38266 is #2C7D99. Grayscale: #979797. Windows color (decimal): -2915738 or 6718163. OLE color: 6718163.
HSL color Cylindrical-coordinate representation of color #D38266: hue angle of 15.41º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D38266 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 130 | 102 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.17 |
| HSL | 15.41º | 0.55% | 0.61% | - |
| HSV(B) | 15.41º | 0.52% | 0.83% | - |
| XYZ | 37.24 | 30.77 | 16.55 | - |
| YUV | 151.03 | 100.34 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 102 | 0 | 0.38 | 0.52 | 0.17 | 15.41 | 0.55 | 0.61 |
| Hex | D3 | 82 | 66 | 0 | 26 | 34 | 11 | F | 37 | 3D |
| Octal | 323 | 202 | 146 | 0 | 46 | 64 | 21 | 17 | 67 | 75 |
| Binary | 11010011 | 10000010 | 1100110 | 0 | 100110 | 110100 | 10001 | 1111 | 110111 | 111101 |
Color Harmonies of #D38266
Complementary color
Monochromatic Colors of #D38266
Black with #D38266
Text Example
Text Example
White with #D38266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38266; }
p { color: rgb(211,130,102); }
H1.HeaderClassName
{
color: #D38266;
}
.AnyTagClassName
{
color: #D38266;
}
</style>
background-color css
<style>
a { background-color: #D38266; }
a { background-color: rgb(211,130,102); }
div.DivClassName
{
background-color: #D38266;
}
.BgClassName
{
background-color: #D38266;
}
</style>
border-color css
<style>
span { border-color: #D38266; }
span { border-color: rgb(211,130,102); }
td.TdClassName
{
border-color: #D38266;
}
.TagClassName
{
border-color: #D38266;
}
</style>