Shades of Burning Sand #D0806B
Tints of Burning Sand #D0806B
RGB
CMYK
RGB Variations
Color information
#D0806B (or 0xD0806B) is known color: Burning Sand. HEX triplet: D0, 80 and 6B. RGB value is (208,128,107). Sum of RGB (Red+Green+Blue) = 208+128+107=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0806B is #2F7F94. Grayscale: #959595. Windows color (decimal): -3112853 or 7045328. OLE color: 7045328.
HSL color Cylindrical-coordinate representation of color #D0806B: hue angle of 12.48º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0806B is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 107 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.18 |
| HSL | 12.48º | 0.52% | 0.62% | - |
| HSV(B) | 12.48º | 0.49% | 0.82% | - |
| XYZ | 36.39 | 29.91 | 17.77 | - |
| YUV | 149.53 | 104 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 107 | 0 | 0.38 | 0.49 | 0.18 | 12.48 | 0.52 | 0.62 |
| Hex | D0 | 80 | 6B | 0 | 26 | 31 | 12 | C | 34 | 3E |
| Octal | 320 | 200 | 153 | 0 | 46 | 61 | 22 | 14 | 64 | 76 |
| Binary | 11010000 | 10000000 | 1101011 | 0 | 100110 | 110001 | 10010 | 1100 | 110100 | 111110 |
Color Harmonies of #D0806B
Complementary color
Monochromatic Colors of #D0806B
Black with #D0806B
Text Example
Text Example
White with #D0806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0806B; }
p { color: rgb(208,128,107); }
H1.HeaderClassName
{
color: #D0806B;
}
.AnyTagClassName
{
color: #D0806B;
}
</style>
background-color css
<style>
a { background-color: #D0806B; }
a { background-color: rgb(208,128,107); }
div.DivClassName
{
background-color: #D0806B;
}
.BgClassName
{
background-color: #D0806B;
}
</style>
border-color css
<style>
span { border-color: #D0806B; }
span { border-color: rgb(208,128,107); }
td.TdClassName
{
border-color: #D0806B;
}
.TagClassName
{
border-color: #D0806B;
}
</style>