Shades of Burning Sand #D77B5C
Tints of Burning Sand #D77B5C
RGB
CMYK
RGB Variations
Color information
#D77B5C (or 0xD77B5C) is known color: Burning Sand. HEX triplet: D7, 7B and 5C. RGB value is (215,123,92). Sum of RGB (Red+Green+Blue) = 215+123+92=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77B5C is #2884A3. Grayscale: #939393. Windows color (decimal): -2655396 or 6061015. OLE color: 6061015.
HSL color Cylindrical-coordinate representation of color #D77B5C: hue angle of 15.12º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D77B5C is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 92 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.16 |
| HSL | 15.12º | 0.61% | 0.6% | - |
| HSV(B) | 15.12º | 0.57% | 0.84% | - |
| XYZ | 37.04 | 29.39 | 13.85 | - |
| YUV | 146.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 92 | 0 | 0.43 | 0.57 | 0.16 | 15.12 | 0.61 | 0.6 |
| Hex | D7 | 7B | 5C | 0 | 2B | 39 | 10 | F | 3D | 3C |
| Octal | 327 | 173 | 134 | 0 | 53 | 71 | 20 | 17 | 75 | 74 |
| Binary | 11010111 | 1111011 | 1011100 | 0 | 101011 | 111001 | 10000 | 1111 | 111101 | 111100 |
Color Harmonies of #D77B5C
Complementary color
Monochromatic Colors of #D77B5C
Black with #D77B5C
Text Example
Text Example
White with #D77B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B5C; }
p { color: rgb(215,123,92); }
H1.HeaderClassName
{
color: #D77B5C;
}
.AnyTagClassName
{
color: #D77B5C;
}
</style>
background-color css
<style>
a { background-color: #D77B5C; }
a { background-color: rgb(215,123,92); }
div.DivClassName
{
background-color: #D77B5C;
}
.BgClassName
{
background-color: #D77B5C;
}
</style>
border-color css
<style>
span { border-color: #D77B5C; }
span { border-color: rgb(215,123,92); }
td.TdClassName
{
border-color: #D77B5C;
}
.TagClassName
{
border-color: #D77B5C;
}
</style>