Shades of Burning Sand #D38157
Tints of Burning Sand #D38157
RGB
CMYK
RGB Variations
Color information
#D38157 (or 0xD38157) is known color: Burning Sand. HEX triplet: D3, 81 and 57. RGB value is (211,129,87). Sum of RGB (Red+Green+Blue) = 211+129+87=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D38157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38157 is #2C7EA8. Grayscale: #949494. Windows color (decimal): -2916009 or 5734867. OLE color: 5734867.
HSL color Cylindrical-coordinate representation of color #D38157: hue angle of 20.32º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D38157 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 129 | 87 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.17 |
| HSL | 20.32º | 0.58% | 0.58% | - |
| HSV(B) | 20.32º | 0.59% | 0.83% | - |
| XYZ | 36.43 | 30.24 | 12.93 | - |
| YUV | 148.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 129 | 87 | 0 | 0.39 | 0.59 | 0.17 | 20.32 | 0.58 | 0.58 |
| Hex | D3 | 81 | 57 | 0 | 27 | 3B | 11 | 14 | 3A | 3A |
| Octal | 323 | 201 | 127 | 0 | 47 | 73 | 21 | 24 | 72 | 72 |
| Binary | 11010011 | 10000001 | 1010111 | 0 | 100111 | 111011 | 10001 | 10100 | 111010 | 111010 |
Color Harmonies of #D38157
Complementary color
Monochromatic Colors of #D38157
Black with #D38157
Text Example
Text Example
White with #D38157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38157; }
p { color: rgb(211,129,87); }
H1.HeaderClassName
{
color: #D38157;
}
.AnyTagClassName
{
color: #D38157;
}
</style>
background-color css
<style>
a { background-color: #D38157; }
a { background-color: rgb(211,129,87); }
div.DivClassName
{
background-color: #D38157;
}
.BgClassName
{
background-color: #D38157;
}
</style>
border-color css
<style>
span { border-color: #D38157; }
span { border-color: rgb(211,129,87); }
td.TdClassName
{
border-color: #D38157;
}
.TagClassName
{
border-color: #D38157;
}
</style>