Shades of Burning Sand #D28357
Tints of Burning Sand #D28357
RGB
CMYK
RGB Variations
Color information
#D28357 (or 0xD28357) is known color: Burning Sand. HEX triplet: D2, 83 and 57. RGB value is (210,131,87). Sum of RGB (Red+Green+Blue) = 210+131+87=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D28357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28357 is #2D7CA8. Grayscale: #959595. Windows color (decimal): -2981033 or 5735378. OLE color: 5735378.
HSL color Cylindrical-coordinate representation of color #D28357: hue angle of 21.46º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D28357 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 87 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.18 |
| HSL | 21.46º | 0.58% | 0.58% | - |
| HSV(B) | 21.46º | 0.59% | 0.82% | - |
| XYZ | 36.41 | 30.62 | 13.01 | - |
| YUV | 149.61 | 92.67 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 87 | 0 | 0.38 | 0.59 | 0.18 | 21.46 | 0.58 | 0.58 |
| Hex | D2 | 83 | 57 | 0 | 26 | 3B | 12 | 15 | 3A | 3A |
| Octal | 322 | 203 | 127 | 0 | 46 | 73 | 22 | 25 | 72 | 72 |
| Binary | 11010010 | 10000011 | 1010111 | 0 | 100110 | 111011 | 10010 | 10101 | 111010 | 111010 |
Color Harmonies of #D28357
Complementary color
Monochromatic Colors of #D28357
Black with #D28357
Text Example
Text Example
White with #D28357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28357; }
p { color: rgb(210,131,87); }
H1.HeaderClassName
{
color: #D28357;
}
.AnyTagClassName
{
color: #D28357;
}
</style>
background-color css
<style>
a { background-color: #D28357; }
a { background-color: rgb(210,131,87); }
div.DivClassName
{
background-color: #D28357;
}
.BgClassName
{
background-color: #D28357;
}
</style>
border-color css
<style>
span { border-color: #D28357; }
span { border-color: rgb(210,131,87); }
td.TdClassName
{
border-color: #D28357;
}
.TagClassName
{
border-color: #D28357;
}
</style>