Shades of Burning Sand #D27F6B
Tints of Burning Sand #D27F6B
RGB
CMYK
RGB Variations
Color information
#D27F6B (or 0xD27F6B) is known color: Burning Sand. HEX triplet: D2, 7F and 6B. RGB value is (210,127,107). Sum of RGB (Red+Green+Blue) = 210+127+107=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27F6B is #2D8094. Grayscale: #959595. Windows color (decimal): -2982037 or 7045074. OLE color: 7045074.
HSL color Cylindrical-coordinate representation of color #D27F6B: hue angle of 11.65º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D27F6B is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 107 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.18 |
| HSL | 11.65º | 0.53% | 0.62% | - |
| HSV(B) | 11.65º | 0.49% | 0.82% | - |
| XYZ | 36.82 | 29.94 | 17.75 | - |
| YUV | 149.54 | 104 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 107 | 0 | 0.40 | 0.49 | 0.18 | 11.65 | 0.53 | 0.62 |
| Hex | D2 | 7F | 6B | 0 | 28 | 31 | 12 | C | 35 | 3E |
| Octal | 322 | 177 | 153 | 0 | 50 | 61 | 22 | 14 | 65 | 76 |
| Binary | 11010010 | 1111111 | 1101011 | 0 | 101000 | 110001 | 10010 | 1100 | 110101 | 111110 |
Color Harmonies of #D27F6B
Complementary color
Monochromatic Colors of #D27F6B
Black with #D27F6B
Text Example
Text Example
White with #D27F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F6B; }
p { color: rgb(210,127,107); }
H1.HeaderClassName
{
color: #D27F6B;
}
.AnyTagClassName
{
color: #D27F6B;
}
</style>
background-color css
<style>
a { background-color: #D27F6B; }
a { background-color: rgb(210,127,107); }
div.DivClassName
{
background-color: #D27F6B;
}
.BgClassName
{
background-color: #D27F6B;
}
</style>
border-color css
<style>
span { border-color: #D27F6B; }
span { border-color: rgb(210,127,107); }
td.TdClassName
{
border-color: #D27F6B;
}
.TagClassName
{
border-color: #D27F6B;
}
</style>