Shades of Dark Coral #DB553B
Tints of Dark Coral #DB553B
RGB
CMYK
RGB Variations
Color information
#DB553B (or 0xDB553B) is known color: Dark Coral. HEX triplet: DB, 55 and 3B. RGB value is (219,85,59). Sum of RGB (Red+Green+Blue) = 219+85+59=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB553B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB553B is #24AAC4. Grayscale: #7A7A7A. Windows color (decimal): -2403013 or 3888603. OLE color: 3888603.
HSL color Cylindrical-coordinate representation of color #DB553B: hue angle of 9.75º 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 #DB553B is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 59 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.14 |
| HSL | 9.75º | 0.69% | 0.55% | - |
| HSV(B) | 9.75º | 0.73% | 0.86% | - |
| XYZ | 33.25 | 21.87 | 6.61 | - |
| YUV | 122.1 | 92.39 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 59 | 0 | 0.61 | 0.73 | 0.14 | 9.75 | 0.69 | 0.55 |
| Hex | DB | 55 | 3B | 0 | 3D | 49 | E | A | 45 | 37 |
| Octal | 333 | 125 | 73 | 0 | 75 | 111 | 16 | 12 | 105 | 67 |
| Binary | 11011011 | 1010101 | 111011 | 0 | 111101 | 1001001 | 1110 | 1010 | 1000101 | 110111 |
Color Harmonies of #DB553B
Complementary color
Monochromatic Colors of #DB553B
Black with #DB553B
Text Example
Text Example
White with #DB553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB553B; }
p { color: rgb(219,85,59); }
H1.HeaderClassName
{
color: #DB553B;
}
.AnyTagClassName
{
color: #DB553B;
}
</style>
background-color css
<style>
a { background-color: #DB553B; }
a { background-color: rgb(219,85,59); }
div.DivClassName
{
background-color: #DB553B;
}
.BgClassName
{
background-color: #DB553B;
}
</style>
border-color css
<style>
span { border-color: #DB553B; }
span { border-color: rgb(219,85,59); }
td.TdClassName
{
border-color: #DB553B;
}
.TagClassName
{
border-color: #DB553B;
}
</style>