Shades of Dark Coral #DB553E
Tints of Dark Coral #DB553E
RGB
CMYK
RGB Variations
Color information
#DB553E (or 0xDB553E) is known color: Dark Coral. HEX triplet: DB, 55 and 3E. RGB value is (219,85,62). Sum of RGB (Red+Green+Blue) = 219+85+62=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB553E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB553E is #24AAC1. Grayscale: #7A7A7A. Windows color (decimal): -2403010 or 4085211. OLE color: 4085211.
HSL color Cylindrical-coordinate representation of color #DB553E: hue angle of 8.79º 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 #DB553E is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 62 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.14 |
| HSL | 8.79º | 0.69% | 0.55% | - |
| HSV(B) | 8.79º | 0.72% | 0.86% | - |
| XYZ | 33.33 | 21.9 | 7.03 | - |
| YUV | 122.44 | 93.89 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 62 | 0 | 0.61 | 0.72 | 0.14 | 8.79 | 0.69 | 0.55 |
| Hex | DB | 55 | 3E | 0 | 3D | 48 | E | 9 | 45 | 37 |
| Octal | 333 | 125 | 76 | 0 | 75 | 110 | 16 | 11 | 105 | 67 |
| Binary | 11011011 | 1010101 | 111110 | 0 | 111101 | 1001000 | 1110 | 1001 | 1000101 | 110111 |
Color Harmonies of #DB553E
Complementary color
Monochromatic Colors of #DB553E
Black with #DB553E
Text Example
Text Example
White with #DB553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB553E; }
p { color: rgb(219,85,62); }
H1.HeaderClassName
{
color: #DB553E;
}
.AnyTagClassName
{
color: #DB553E;
}
</style>
background-color css
<style>
a { background-color: #DB553E; }
a { background-color: rgb(219,85,62); }
div.DivClassName
{
background-color: #DB553E;
}
.BgClassName
{
background-color: #DB553E;
}
</style>
border-color css
<style>
span { border-color: #DB553E; }
span { border-color: rgb(219,85,62); }
td.TdClassName
{
border-color: #DB553E;
}
.TagClassName
{
border-color: #DB553E;
}
</style>