Shades of Dark Coral #DB543B
Tints of Dark Coral #DB543B
RGB
CMYK
RGB Variations
Color information
#DB543B (or 0xDB543B) is known color: Dark Coral. HEX triplet: DB, 54 and 3B. RGB value is (219,84,59). Sum of RGB (Red+Green+Blue) = 219+84+59=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB543B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB543B is #24ABC4. Grayscale: #797979. Windows color (decimal): -2403269 or 3888347. OLE color: 3888347.
HSL color Cylindrical-coordinate representation of color #DB543B: hue angle of 9.38º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB543B is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 59 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.14 |
| HSL | 9.38º | 0.69% | 0.55% | - |
| HSV(B) | 9.38º | 0.73% | 0.86% | - |
| XYZ | 33.17 | 21.72 | 6.58 | - |
| YUV | 121.52 | 92.73 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 59 | 0 | 0.62 | 0.73 | 0.14 | 9.38 | 0.69 | 0.55 |
| Hex | DB | 54 | 3B | 0 | 3E | 49 | E | 9 | 45 | 37 |
| Octal | 333 | 124 | 73 | 0 | 76 | 111 | 16 | 11 | 105 | 67 |
| Binary | 11011011 | 1010100 | 111011 | 0 | 111110 | 1001001 | 1110 | 1001 | 1000101 | 110111 |
Color Harmonies of #DB543B
Complementary color
Monochromatic Colors of #DB543B
Black with #DB543B
Text Example
Text Example
White with #DB543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB543B; }
p { color: rgb(219,84,59); }
H1.HeaderClassName
{
color: #DB543B;
}
.AnyTagClassName
{
color: #DB543B;
}
</style>
background-color css
<style>
a { background-color: #DB543B; }
a { background-color: rgb(219,84,59); }
div.DivClassName
{
background-color: #DB543B;
}
.BgClassName
{
background-color: #DB543B;
}
</style>
border-color css
<style>
span { border-color: #DB543B; }
span { border-color: rgb(219,84,59); }
td.TdClassName
{
border-color: #DB543B;
}
.TagClassName
{
border-color: #DB543B;
}
</style>