Shades of Burning Sand #D27B5D
Tints of Burning Sand #D27B5D
RGB
CMYK
RGB Variations
Color information
#D27B5D (or 0xD27B5D) is known color: Burning Sand. HEX triplet: D2, 7B and 5D. RGB value is (210,123,93). Sum of RGB (Red+Green+Blue) = 210+123+93=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27B5D is #2D84A2. Grayscale: #919191. Windows color (decimal): -2983075 or 6126546. OLE color: 6126546.
HSL color Cylindrical-coordinate representation of color #D27B5D: hue angle of 15.38º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D27B5D is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 123 | 93 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.18 |
| HSL | 15.38º | 0.57% | 0.59% | - |
| HSV(B) | 15.38º | 0.56% | 0.82% | - |
| XYZ | 35.64 | 28.66 | 14.01 | - |
| YUV | 145.59 | 98.32 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 93 | 0 | 0.41 | 0.56 | 0.18 | 15.38 | 0.57 | 0.59 |
| Hex | D2 | 7B | 5D | 0 | 29 | 38 | 12 | F | 39 | 3B |
| Octal | 322 | 173 | 135 | 0 | 51 | 70 | 22 | 17 | 71 | 73 |
| Binary | 11010010 | 1111011 | 1011101 | 0 | 101001 | 111000 | 10010 | 1111 | 111001 | 111011 |
Color Harmonies of #D27B5D
Complementary color
Monochromatic Colors of #D27B5D
Black with #D27B5D
Text Example
Text Example
White with #D27B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27B5D; }
p { color: rgb(210,123,93); }
H1.HeaderClassName
{
color: #D27B5D;
}
.AnyTagClassName
{
color: #D27B5D;
}
</style>
background-color css
<style>
a { background-color: #D27B5D; }
a { background-color: rgb(210,123,93); }
div.DivClassName
{
background-color: #D27B5D;
}
.BgClassName
{
background-color: #D27B5D;
}
</style>
border-color css
<style>
span { border-color: #D27B5D; }
span { border-color: rgb(210,123,93); }
td.TdClassName
{
border-color: #D27B5D;
}
.TagClassName
{
border-color: #D27B5D;
}
</style>