Shades of Dark Coral #DB553C
Tints of Dark Coral #DB553C
RGB
CMYK
RGB Variations
Color information
#DB553C (or 0xDB553C) is known color: Dark Coral. HEX triplet: DB, 55 and 3C. RGB value is (219,85,60). Sum of RGB (Red+Green+Blue) = 219+85+60=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB553C is #24AAC3. Grayscale: #7A7A7A. Windows color (decimal): -2403012 or 3954139. OLE color: 3954139.
HSL color Cylindrical-coordinate representation of color #DB553C: hue angle of 9.43º 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 #DB553C is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 60 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.14 |
| HSL | 9.43º | 0.69% | 0.55% | - |
| HSV(B) | 9.43º | 0.73% | 0.86% | - |
| XYZ | 33.28 | 21.88 | 6.74 | - |
| YUV | 122.22 | 92.89 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 60 | 0 | 0.61 | 0.73 | 0.14 | 9.43 | 0.69 | 0.55 |
| Hex | DB | 55 | 3C | 0 | 3D | 49 | E | 9 | 45 | 37 |
| Octal | 333 | 125 | 74 | 0 | 75 | 111 | 16 | 11 | 105 | 67 |
| Binary | 11011011 | 1010101 | 111100 | 0 | 111101 | 1001001 | 1110 | 1001 | 1000101 | 110111 |
Color Harmonies of #DB553C
Complementary color
Monochromatic Colors of #DB553C
Black with #DB553C
Text Example
Text Example
White with #DB553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB553C; }
p { color: rgb(219,85,60); }
H1.HeaderClassName
{
color: #DB553C;
}
.AnyTagClassName
{
color: #DB553C;
}
</style>
background-color css
<style>
a { background-color: #DB553C; }
a { background-color: rgb(219,85,60); }
div.DivClassName
{
background-color: #DB553C;
}
.BgClassName
{
background-color: #DB553C;
}
</style>
border-color css
<style>
span { border-color: #DB553C; }
span { border-color: rgb(219,85,60); }
td.TdClassName
{
border-color: #DB553C;
}
.TagClassName
{
border-color: #DB553C;
}
</style>