Shades of Burning Sand #D4806B
Tints of Burning Sand #D4806B
RGB
CMYK
RGB Variations
Color information
#D4806B (or 0xD4806B) is known color: Burning Sand. HEX triplet: D4, 80 and 6B. RGB value is (212,128,107). Sum of RGB (Red+Green+Blue) = 212+128+107=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D4806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4806B is #2B7F94. Grayscale: #969696. Windows color (decimal): -2850709 or 7045332. OLE color: 7045332.
HSL color Cylindrical-coordinate representation of color #D4806B: hue angle of 12º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4806B is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 107 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.17 |
| HSL | 12º | 0.55% | 0.63% | - |
| HSV(B) | 12º | 0.5% | 0.83% | - |
| XYZ | 37.52 | 30.5 | 17.82 | - |
| YUV | 150.72 | 103.33 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 107 | 0 | 0.40 | 0.50 | 0.17 | 12 | 0.55 | 0.63 |
| Hex | D4 | 80 | 6B | 0 | 28 | 32 | 11 | C | 37 | 3F |
| Octal | 324 | 200 | 153 | 0 | 50 | 62 | 21 | 14 | 67 | 77 |
| Binary | 11010100 | 10000000 | 1101011 | 0 | 101000 | 110010 | 10001 | 1100 | 110111 | 111111 |
Color Harmonies of #D4806B
Complementary color
Monochromatic Colors of #D4806B
Black with #D4806B
Text Example
Text Example
White with #D4806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4806B; }
p { color: rgb(212,128,107); }
H1.HeaderClassName
{
color: #D4806B;
}
.AnyTagClassName
{
color: #D4806B;
}
</style>
background-color css
<style>
a { background-color: #D4806B; }
a { background-color: rgb(212,128,107); }
div.DivClassName
{
background-color: #D4806B;
}
.BgClassName
{
background-color: #D4806B;
}
</style>
border-color css
<style>
span { border-color: #D4806B; }
span { border-color: rgb(212,128,107); }
td.TdClassName
{
border-color: #D4806B;
}
.TagClassName
{
border-color: #D4806B;
}
</style>