Shades of Burning Sand #D27D68
Tints of Burning Sand #D27D68
RGB
CMYK
RGB Variations
Color information
#D27D68 (or 0xD27D68) is known color: Burning Sand. HEX triplet: D2, 7D and 68. RGB value is (210,125,104). Sum of RGB (Red+Green+Blue) = 210+125+104=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27D68 is #2D8297. Grayscale: #949494. Windows color (decimal): -2982552 or 6847954. OLE color: 6847954.
HSL color Cylindrical-coordinate representation of color #D27D68: hue angle of 11.89º 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 #D27D68 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 104 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.18 |
| HSL | 11.89º | 0.54% | 0.62% | - |
| HSV(B) | 11.89º | 0.5% | 0.82% | - |
| XYZ | 36.41 | 29.37 | 16.85 | - |
| YUV | 148.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 104 | 0 | 0.40 | 0.50 | 0.18 | 11.89 | 0.54 | 0.62 |
| Hex | D2 | 7D | 68 | 0 | 28 | 32 | 12 | C | 36 | 3E |
| Octal | 322 | 175 | 150 | 0 | 50 | 62 | 22 | 14 | 66 | 76 |
| Binary | 11010010 | 1111101 | 1101000 | 0 | 101000 | 110010 | 10010 | 1100 | 110110 | 111110 |
Color Harmonies of #D27D68
Complementary color
Monochromatic Colors of #D27D68
Black with #D27D68
Text Example
Text Example
White with #D27D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27D68; }
p { color: rgb(210,125,104); }
H1.HeaderClassName
{
color: #D27D68;
}
.AnyTagClassName
{
color: #D27D68;
}
</style>
background-color css
<style>
a { background-color: #D27D68; }
a { background-color: rgb(210,125,104); }
div.DivClassName
{
background-color: #D27D68;
}
.BgClassName
{
background-color: #D27D68;
}
</style>
border-color css
<style>
span { border-color: #D27D68; }
span { border-color: rgb(210,125,104); }
td.TdClassName
{
border-color: #D27D68;
}
.TagClassName
{
border-color: #D27D68;
}
</style>