Shades of Burning Sand #D27C63
Tints of Burning Sand #D27C63
RGB
CMYK
RGB Variations
Color information
#D27C63 (or 0xD27C63) is known color: Burning Sand. HEX triplet: D2, 7C and 63. RGB value is (210,124,99). Sum of RGB (Red+Green+Blue) = 210+124+99=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27C63 is #2D839C. Grayscale: #939393. Windows color (decimal): -2982813 or 6520018. OLE color: 6520018.
HSL color Cylindrical-coordinate representation of color #D27C63: hue angle of 13.51º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D27C63 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 99 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.18 |
| HSL | 13.51º | 0.55% | 0.61% | - |
| HSV(B) | 13.51º | 0.53% | 0.82% | - |
| XYZ | 36.04 | 29.02 | 15.51 | - |
| YUV | 146.86 | 100.99 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 99 | 0 | 0.41 | 0.53 | 0.18 | 13.51 | 0.55 | 0.61 |
| Hex | D2 | 7C | 63 | 0 | 29 | 35 | 12 | E | 37 | 3D |
| Octal | 322 | 174 | 143 | 0 | 51 | 65 | 22 | 16 | 67 | 75 |
| Binary | 11010010 | 1111100 | 1100011 | 0 | 101001 | 110101 | 10010 | 1110 | 110111 | 111101 |
Color Harmonies of #D27C63
Complementary color
Monochromatic Colors of #D27C63
Black with #D27C63
Text Example
Text Example
White with #D27C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C63; }
p { color: rgb(210,124,99); }
H1.HeaderClassName
{
color: #D27C63;
}
.AnyTagClassName
{
color: #D27C63;
}
</style>
background-color css
<style>
a { background-color: #D27C63; }
a { background-color: rgb(210,124,99); }
div.DivClassName
{
background-color: #D27C63;
}
.BgClassName
{
background-color: #D27C63;
}
</style>
border-color css
<style>
span { border-color: #D27C63; }
span { border-color: rgb(210,124,99); }
td.TdClassName
{
border-color: #D27C63;
}
.TagClassName
{
border-color: #D27C63;
}
</style>