Shades of Burning Sand #D27F68
Tints of Burning Sand #D27F68
RGB
CMYK
RGB Variations
Color information
#D27F68 (or 0xD27F68) is known color: Burning Sand. HEX triplet: D2, 7F and 68. RGB value is (210,127,104). Sum of RGB (Red+Green+Blue) = 210+127+104=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27F68 is #2D8097. Grayscale: #959595. Windows color (decimal): -2982040 or 6848466. OLE color: 6848466.
HSL color Cylindrical-coordinate representation of color #D27F68: hue angle of 13.02º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D27F68 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 104 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.18 |
| HSL | 13.02º | 0.54% | 0.62% | - |
| HSV(B) | 13.02º | 0.5% | 0.82% | - |
| XYZ | 36.67 | 29.88 | 16.93 | - |
| YUV | 149.2 | 102.5 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 104 | 0 | 0.40 | 0.50 | 0.18 | 13.02 | 0.54 | 0.62 |
| Hex | D2 | 7F | 68 | 0 | 28 | 32 | 12 | D | 36 | 3E |
| Octal | 322 | 177 | 150 | 0 | 50 | 62 | 22 | 15 | 66 | 76 |
| Binary | 11010010 | 1111111 | 1101000 | 0 | 101000 | 110010 | 10010 | 1101 | 110110 | 111110 |
Color Harmonies of #D27F68
Complementary color
Monochromatic Colors of #D27F68
Black with #D27F68
Text Example
Text Example
White with #D27F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F68; }
p { color: rgb(210,127,104); }
H1.HeaderClassName
{
color: #D27F68;
}
.AnyTagClassName
{
color: #D27F68;
}
</style>
background-color css
<style>
a { background-color: #D27F68; }
a { background-color: rgb(210,127,104); }
div.DivClassName
{
background-color: #D27F68;
}
.BgClassName
{
background-color: #D27F68;
}
</style>
border-color css
<style>
span { border-color: #D27F68; }
span { border-color: rgb(210,127,104); }
td.TdClassName
{
border-color: #D27F68;
}
.TagClassName
{
border-color: #D27F68;
}
</style>