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