Shades of Burning Sand #D27F57
Tints of Burning Sand #D27F57
RGB
CMYK
RGB Variations
Color information
#D27F57 (or 0xD27F57) is known color: Burning Sand. HEX triplet: D2, 7F and 57. RGB value is (210,127,87). Sum of RGB (Red+Green+Blue) = 210+127+87=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 87 (34.38% from 255 or 20.52% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27F57 is #2D80A8. Grayscale: #939393. Windows color (decimal): -2982057 or 5734354. OLE color: 5734354.
HSL color Cylindrical-coordinate representation of color #D27F57: hue angle of 19.51º 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 #D27F57 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 87 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.18 |
| HSL | 19.51º | 0.58% | 0.58% | - |
| HSV(B) | 19.51º | 0.59% | 0.82% | - |
| XYZ | 35.89 | 29.57 | 12.83 | - |
| YUV | 147.26 | 94 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 87 | 0 | 0.40 | 0.59 | 0.18 | 19.51 | 0.58 | 0.58 |
| Hex | D2 | 7F | 57 | 0 | 28 | 3B | 12 | 14 | 3A | 3A |
| Octal | 322 | 177 | 127 | 0 | 50 | 73 | 22 | 24 | 72 | 72 |
| Binary | 11010010 | 1111111 | 1010111 | 0 | 101000 | 111011 | 10010 | 10100 | 111010 | 111010 |
Color Harmonies of #D27F57
Complementary color
Monochromatic Colors of #D27F57
Black with #D27F57
Text Example
Text Example
White with #D27F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F57; }
p { color: rgb(210,127,87); }
H1.HeaderClassName
{
color: #D27F57;
}
.AnyTagClassName
{
color: #D27F57;
}
</style>
background-color css
<style>
a { background-color: #D27F57; }
a { background-color: rgb(210,127,87); }
div.DivClassName
{
background-color: #D27F57;
}
.BgClassName
{
background-color: #D27F57;
}
</style>
border-color css
<style>
span { border-color: #D27F57; }
span { border-color: rgb(210,127,87); }
td.TdClassName
{
border-color: #D27F57;
}
.TagClassName
{
border-color: #D27F57;
}
</style>