Shades of Burning Sand #D77E5E
Tints of Burning Sand #D77E5E
RGB
CMYK
RGB Variations
Color information
#D77E5E (or 0xD77E5E) is known color: Burning Sand. HEX triplet: D7, 7E and 5E. RGB value is (215,126,94). Sum of RGB (Red+Green+Blue) = 215+126+94=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77E5E is #2881A1. Grayscale: #959595. Windows color (decimal): -2654626 or 6192855. OLE color: 6192855.
HSL color Cylindrical-coordinate representation of color #D77E5E: hue angle of 15.87º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D77E5E is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 126 | 94 | - |
CMYK | 0 | 0.41 | 0.56 | 0.16 |
HSL | 15.87º | 0.6% | 0.61% | - |
HSV(B) | 15.87º | 0.56% | 0.84% | - |
XYZ | 37.51 | 30.18 | 14.44 | - |
YUV | 148.96 | 96.99 | 175.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 126 | 94 | 0 | 0.41 | 0.56 | 0.16 | 15.87 | 0.6 | 0.61 |
Hex | D7 | 7E | 5E | 0 | 29 | 38 | 10 | 10 | 3C | 3D |
Octal | 327 | 176 | 136 | 0 | 51 | 70 | 20 | 20 | 74 | 75 |
Binary | 11010111 | 1111110 | 1011110 | 0 | 101001 | 111000 | 10000 | 10000 | 111100 | 111101 |
Color Harmonies of #D77E5E
Complementary color
Monochromatic Colors of #D77E5E
Black with #D77E5E
Text Example
Text Example
White with #D77E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77E5E; }
p { color: rgb(215,126,94); }
H1.HeaderClassName
{
color: #D77E5E;
}
.AnyTagClassName
{
color: #D77E5E;
}
</style>
background-color css
<style>
a { background-color: #D77E5E; }
a { background-color: rgb(215,126,94); }
div.DivClassName
{
background-color: #D77E5E;
}
.BgClassName
{
background-color: #D77E5E;
}
</style>
border-color css
<style>
span { border-color: #D77E5E; }
span { border-color: rgb(215,126,94); }
td.TdClassName
{
border-color: #D77E5E;
}
.TagClassName
{
border-color: #D77E5E;
}
</style>