Shades of Dark Coral #DB543E
Tints of Dark Coral #DB543E
RGB
CMYK
RGB Variations
Color information
#DB543E (or 0xDB543E) is known color: Dark Coral. HEX triplet: DB, 54 and 3E. RGB value is (219,84,62). Sum of RGB (Red+Green+Blue) = 219+84+62=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB543E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB543E is #24ABC1. Grayscale: #7A7A7A. Windows color (decimal): -2403266 or 4084955. OLE color: 4084955.
HSL color Cylindrical-coordinate representation of color #DB543E: hue angle of 8.41º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB543E is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 62 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.14 |
| HSL | 8.41º | 0.69% | 0.55% | - |
| HSV(B) | 8.41º | 0.72% | 0.86% | - |
| XYZ | 33.25 | 21.75 | 7 | - |
| YUV | 121.86 | 94.23 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 62 | 0 | 0.62 | 0.72 | 0.14 | 8.41 | 0.69 | 0.55 |
| Hex | DB | 54 | 3E | 0 | 3E | 48 | E | 8 | 45 | 37 |
| Octal | 333 | 124 | 76 | 0 | 76 | 110 | 16 | 10 | 105 | 67 |
| Binary | 11011011 | 1010100 | 111110 | 0 | 111110 | 1001000 | 1110 | 1000 | 1000101 | 110111 |
Color Harmonies of #DB543E
Complementary color
Monochromatic Colors of #DB543E
Black with #DB543E
Text Example
Text Example
White with #DB543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB543E; }
p { color: rgb(219,84,62); }
H1.HeaderClassName
{
color: #DB543E;
}
.AnyTagClassName
{
color: #DB543E;
}
</style>
background-color css
<style>
a { background-color: #DB543E; }
a { background-color: rgb(219,84,62); }
div.DivClassName
{
background-color: #DB543E;
}
.BgClassName
{
background-color: #DB543E;
}
</style>
border-color css
<style>
span { border-color: #DB543E; }
span { border-color: rgb(219,84,62); }
td.TdClassName
{
border-color: #DB543E;
}
.TagClassName
{
border-color: #DB543E;
}
</style>