Shades of Burning Sand #D27B68
Tints of Burning Sand #D27B68
RGB
CMYK
RGB Variations
Color information
#D27B68 (or 0xD27B68) is known color: Burning Sand. HEX triplet: D2, 7B and 68. RGB value is (210,123,104). Sum of RGB (Red+Green+Blue) = 210+123+104=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27B68 is #2D8497. Grayscale: #939393. Windows color (decimal): -2983064 or 6847442. OLE color: 6847442.
HSL color Cylindrical-coordinate representation of color #D27B68: hue angle of 10.75º 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 #D27B68 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 123 | 104 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.18 |
| HSL | 10.75º | 0.54% | 0.62% | - |
| HSV(B) | 10.75º | 0.5% | 0.82% | - |
| XYZ | 36.16 | 28.87 | 16.76 | - |
| YUV | 146.85 | 103.82 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 104 | 0 | 0.41 | 0.50 | 0.18 | 10.75 | 0.54 | 0.62 |
| Hex | D2 | 7B | 68 | 0 | 29 | 32 | 12 | B | 36 | 3E |
| Octal | 322 | 173 | 150 | 0 | 51 | 62 | 22 | 13 | 66 | 76 |
| Binary | 11010010 | 1111011 | 1101000 | 0 | 101001 | 110010 | 10010 | 1011 | 110110 | 111110 |
Color Harmonies of #D27B68
Complementary color
Monochromatic Colors of #D27B68
Black with #D27B68
Text Example
Text Example
White with #D27B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27B68; }
p { color: rgb(210,123,104); }
H1.HeaderClassName
{
color: #D27B68;
}
.AnyTagClassName
{
color: #D27B68;
}
</style>
background-color css
<style>
a { background-color: #D27B68; }
a { background-color: rgb(210,123,104); }
div.DivClassName
{
background-color: #D27B68;
}
.BgClassName
{
background-color: #D27B68;
}
</style>
border-color css
<style>
span { border-color: #D27B68; }
span { border-color: rgb(210,123,104); }
td.TdClassName
{
border-color: #D27B68;
}
.TagClassName
{
border-color: #D27B68;
}
</style>