Shades of Burning Sand #D28166
Tints of Burning Sand #D28166
RGB
CMYK
RGB Variations
Color information
#D28166 (or 0xD28166) is known color: Burning Sand. HEX triplet: D2, 81 and 66. RGB value is (210,129,102). Sum of RGB (Red+Green+Blue) = 210+129+102=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D28166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28166 is #2D7E99. Grayscale: #969696. Windows color (decimal): -2981530 or 6717906. OLE color: 6717906.
HSL color Cylindrical-coordinate representation of color #D28166: hue angle of 15º degrees, saturation: 0.55, 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 #D28166 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 102 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.18 |
| HSL | 15º | 0.55% | 0.61% | - |
| HSV(B) | 15º | 0.51% | 0.82% | - |
| XYZ | 36.83 | 30.36 | 16.49 | - |
| YUV | 150.14 | 100.84 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 102 | 0 | 0.39 | 0.51 | 0.18 | 15 | 0.55 | 0.61 |
| Hex | D2 | 81 | 66 | 0 | 27 | 33 | 12 | F | 37 | 3D |
| Octal | 322 | 201 | 146 | 0 | 47 | 63 | 22 | 17 | 67 | 75 |
| Binary | 11010010 | 10000001 | 1100110 | 0 | 100111 | 110011 | 10010 | 1111 | 110111 | 111101 |
Color Harmonies of #D28166
Complementary color
Monochromatic Colors of #D28166
Black with #D28166
Text Example
Text Example
White with #D28166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28166; }
p { color: rgb(210,129,102); }
H1.HeaderClassName
{
color: #D28166;
}
.AnyTagClassName
{
color: #D28166;
}
</style>
background-color css
<style>
a { background-color: #D28166; }
a { background-color: rgb(210,129,102); }
div.DivClassName
{
background-color: #D28166;
}
.BgClassName
{
background-color: #D28166;
}
</style>
border-color css
<style>
span { border-color: #D28166; }
span { border-color: rgb(210,129,102); }
td.TdClassName
{
border-color: #D28166;
}
.TagClassName
{
border-color: #D28166;
}
</style>