Shades of Burning Sand #DB7D61
Tints of Burning Sand #DB7D61
RGB
CMYK
RGB Variations
Color information
#DB7D61 (or 0xDB7D61) is known color: Burning Sand. HEX triplet: DB, 7D and 61. RGB value is (219,125,97). Sum of RGB (Red+Green+Blue) = 219+125+97=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D61 is #24829E. Grayscale: #969696. Windows color (decimal): -2392735 or 6389211. OLE color: 6389211.
HSL color Cylindrical-coordinate representation of color #DB7D61: hue angle of 13.77º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB7D61 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 125 | 97 | - |
CMYK | 0 | 0.43 | 0.56 | 0.14 |
HSL | 13.77º | 0.63% | 0.62% | - |
HSV(B) | 13.77º | 0.56% | 0.86% | - |
XYZ | 38.7 | 30.59 | 15.17 | - |
YUV | 149.91 | 98.14 | 177.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 125 | 97 | 0 | 0.43 | 0.56 | 0.14 | 13.77 | 0.63 | 0.62 |
Hex | DB | 7D | 61 | 0 | 2B | 38 | E | E | 3F | 3E |
Octal | 333 | 175 | 141 | 0 | 53 | 70 | 16 | 16 | 77 | 76 |
Binary | 11011011 | 1111101 | 1100001 | 0 | 101011 | 111000 | 1110 | 1110 | 111111 | 111110 |
Color Harmonies of #DB7D61
Complementary color
Monochromatic Colors of #DB7D61
Black with #DB7D61
Text Example
Text Example
White with #DB7D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D61; }
p { color: rgb(219,125,97); }
H1.HeaderClassName
{
color: #DB7D61;
}
.AnyTagClassName
{
color: #DB7D61;
}
</style>
background-color css
<style>
a { background-color: #DB7D61; }
a { background-color: rgb(219,125,97); }
div.DivClassName
{
background-color: #DB7D61;
}
.BgClassName
{
background-color: #DB7D61;
}
</style>
border-color css
<style>
span { border-color: #DB7D61; }
span { border-color: rgb(219,125,97); }
td.TdClassName
{
border-color: #DB7D61;
}
.TagClassName
{
border-color: #DB7D61;
}
</style>