Shades of Burning Sand #D27A60
Tints of Burning Sand #D27A60
RGB
CMYK
RGB Variations
Color information
#D27A60 (or 0xD27A60) is known color: Burning Sand. HEX triplet: D2, 7A and 60. RGB value is (210,122,96). Sum of RGB (Red+Green+Blue) = 210+122+96=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27A60 is #2D859F. Grayscale: #919191. Windows color (decimal): -2983328 or 6322898. OLE color: 6322898.
HSL color Cylindrical-coordinate representation of color #D27A60: hue angle of 13.68º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D27A60 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 96 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.18 |
| HSL | 13.68º | 0.56% | 0.6% | - |
| HSV(B) | 13.68º | 0.54% | 0.82% | - |
| XYZ | 35.65 | 28.47 | 14.68 | - |
| YUV | 145.35 | 100.15 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 96 | 0 | 0.42 | 0.54 | 0.18 | 13.68 | 0.56 | 0.6 |
| Hex | D2 | 7A | 60 | 0 | 2A | 36 | 12 | E | 38 | 3C |
| Octal | 322 | 172 | 140 | 0 | 52 | 66 | 22 | 16 | 70 | 74 |
| Binary | 11010010 | 1111010 | 1100000 | 0 | 101010 | 110110 | 10010 | 1110 | 111000 | 111100 |
Color Harmonies of #D27A60
Complementary color
Monochromatic Colors of #D27A60
Black with #D27A60
Text Example
Text Example
White with #D27A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A60; }
p { color: rgb(210,122,96); }
H1.HeaderClassName
{
color: #D27A60;
}
.AnyTagClassName
{
color: #D27A60;
}
</style>
background-color css
<style>
a { background-color: #D27A60; }
a { background-color: rgb(210,122,96); }
div.DivClassName
{
background-color: #D27A60;
}
.BgClassName
{
background-color: #D27A60;
}
</style>
border-color css
<style>
span { border-color: #D27A60; }
span { border-color: rgb(210,122,96); }
td.TdClassName
{
border-color: #D27A60;
}
.TagClassName
{
border-color: #D27A60;
}
</style>