Shades of Burning Sand #D68268
Tints of Burning Sand #D68268
RGB
CMYK
RGB Variations
Color information
#D68268 (or 0xD68268) is known color: Burning Sand. HEX triplet: D6, 82 and 68. RGB value is (214,130,104). Sum of RGB (Red+Green+Blue) = 214+130+104=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D68268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68268 is #297D97. Grayscale: #989898. Windows color (decimal): -2719128 or 6849238. OLE color: 6849238.
HSL color Cylindrical-coordinate representation of color #D68268: hue angle of 14.18º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D68268 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 104 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.16 |
| HSL | 14.18º | 0.57% | 0.62% | - |
| HSV(B) | 14.18º | 0.51% | 0.84% | - |
| XYZ | 38.21 | 31.26 | 17.12 | - |
| YUV | 152.15 | 100.83 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 104 | 0 | 0.39 | 0.51 | 0.16 | 14.18 | 0.57 | 0.62 |
| Hex | D6 | 82 | 68 | 0 | 27 | 33 | 10 | E | 39 | 3E |
| Octal | 326 | 202 | 150 | 0 | 47 | 63 | 20 | 16 | 71 | 76 |
| Binary | 11010110 | 10000010 | 1101000 | 0 | 100111 | 110011 | 10000 | 1110 | 111001 | 111110 |
Color Harmonies of #D68268
Complementary color
Monochromatic Colors of #D68268
Black with #D68268
Text Example
Text Example
White with #D68268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68268; }
p { color: rgb(214,130,104); }
H1.HeaderClassName
{
color: #D68268;
}
.AnyTagClassName
{
color: #D68268;
}
</style>
background-color css
<style>
a { background-color: #D68268; }
a { background-color: rgb(214,130,104); }
div.DivClassName
{
background-color: #D68268;
}
.BgClassName
{
background-color: #D68268;
}
</style>
border-color css
<style>
span { border-color: #D68268; }
span { border-color: rgb(214,130,104); }
td.TdClassName
{
border-color: #D68268;
}
.TagClassName
{
border-color: #D68268;
}
</style>