Shades of Burning Sand #D28661
Tints of Burning Sand #D28661
RGB
CMYK
RGB Variations
Color information
#D28661 (or 0xD28661) is known color: Burning Sand. HEX triplet: D2, 86 and 61. RGB value is (210,134,97). Sum of RGB (Red+Green+Blue) = 210+134+97=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D28661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28661 is #2D799E. Grayscale: #989898. Windows color (decimal): -2980255 or 6391506. OLE color: 6391506.
HSL color Cylindrical-coordinate representation of color #D28661: hue angle of 19.65º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D28661 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 97 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.18 |
| HSL | 19.65º | 0.56% | 0.6% | - |
| HSV(B) | 19.65º | 0.54% | 0.82% | - |
| XYZ | 37.26 | 31.61 | 15.45 | - |
| YUV | 152.51 | 96.68 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 97 | 0 | 0.36 | 0.54 | 0.18 | 19.65 | 0.56 | 0.6 |
| Hex | D2 | 86 | 61 | 0 | 24 | 36 | 12 | 14 | 38 | 3C |
| Octal | 322 | 206 | 141 | 0 | 44 | 66 | 22 | 24 | 70 | 74 |
| Binary | 11010010 | 10000110 | 1100001 | 0 | 100100 | 110110 | 10010 | 10100 | 111000 | 111100 |
Color Harmonies of #D28661
Complementary color
Monochromatic Colors of #D28661
Black with #D28661
Text Example
Text Example
White with #D28661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28661; }
p { color: rgb(210,134,97); }
H1.HeaderClassName
{
color: #D28661;
}
.AnyTagClassName
{
color: #D28661;
}
</style>
background-color css
<style>
a { background-color: #D28661; }
a { background-color: rgb(210,134,97); }
div.DivClassName
{
background-color: #D28661;
}
.BgClassName
{
background-color: #D28661;
}
</style>
border-color css
<style>
span { border-color: #D28661; }
span { border-color: rgb(210,134,97); }
td.TdClassName
{
border-color: #D28661;
}
.TagClassName
{
border-color: #D28661;
}
</style>