Shades of Burning Sand #D27F58
Tints of Burning Sand #D27F58
RGB
CMYK
RGB Variations
Color information
#D27F58 (or 0xD27F58) is known color: Burning Sand. HEX triplet: D2, 7F and 58. RGB value is (210,127,88). Sum of RGB (Red+Green+Blue) = 210+127+88=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27F58 is #2D80A7. Grayscale: #939393. Windows color (decimal): -2982056 or 5799890. OLE color: 5799890.
HSL color Cylindrical-coordinate representation of color #D27F58: hue angle of 19.18º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D27F58 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 88 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.18 |
| HSL | 19.18º | 0.58% | 0.58% | - |
| HSV(B) | 19.18º | 0.58% | 0.82% | - |
| XYZ | 35.93 | 29.58 | 13.05 | - |
| YUV | 147.37 | 94.5 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 88 | 0 | 0.40 | 0.58 | 0.18 | 19.18 | 0.58 | 0.58 |
| Hex | D2 | 7F | 58 | 0 | 28 | 3A | 12 | 13 | 3A | 3A |
| Octal | 322 | 177 | 130 | 0 | 50 | 72 | 22 | 23 | 72 | 72 |
| Binary | 11010010 | 1111111 | 1011000 | 0 | 101000 | 111010 | 10010 | 10011 | 111010 | 111010 |
Color Harmonies of #D27F58
Complementary color
Monochromatic Colors of #D27F58
Black with #D27F58
Text Example
Text Example
White with #D27F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F58; }
p { color: rgb(210,127,88); }
H1.HeaderClassName
{
color: #D27F58;
}
.AnyTagClassName
{
color: #D27F58;
}
</style>
background-color css
<style>
a { background-color: #D27F58; }
a { background-color: rgb(210,127,88); }
div.DivClassName
{
background-color: #D27F58;
}
.BgClassName
{
background-color: #D27F58;
}
</style>
border-color css
<style>
span { border-color: #D27F58; }
span { border-color: rgb(210,127,88); }
td.TdClassName
{
border-color: #D27F58;
}
.TagClassName
{
border-color: #D27F58;
}
</style>