Shades of Dark Coral #DC553E
Tints of Dark Coral #DC553E
RGB
CMYK
RGB Variations
Color information
#DC553E (or 0xDC553E) is known color: Dark Coral. HEX triplet: DC, 55 and 3E. RGB value is (220,85,62). Sum of RGB (Red+Green+Blue) = 220+85+62=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC553E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC553E is #23AAC1. Grayscale: #7A7A7A. Windows color (decimal): -2337474 or 4085212. OLE color: 4085212.
HSL color Cylindrical-coordinate representation of color #DC553E: hue angle of 8.73º 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 #DC553E is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 62 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.14 |
| HSL | 8.73º | 0.69% | 0.55% | - |
| HSV(B) | 8.73º | 0.72% | 0.86% | - |
| XYZ | 33.63 | 22.06 | 7.04 | - |
| YUV | 122.74 | 93.73 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 62 | 0 | 0.61 | 0.72 | 0.14 | 8.73 | 0.69 | 0.55 |
| Hex | DC | 55 | 3E | 0 | 3D | 48 | E | 9 | 45 | 37 |
| Octal | 334 | 125 | 76 | 0 | 75 | 110 | 16 | 11 | 105 | 67 |
| Binary | 11011100 | 1010101 | 111110 | 0 | 111101 | 1001000 | 1110 | 1001 | 1000101 | 110111 |
Color Harmonies of #DC553E
Complementary color
Monochromatic Colors of #DC553E
Black with #DC553E
Text Example
Text Example
White with #DC553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC553E; }
p { color: rgb(220,85,62); }
H1.HeaderClassName
{
color: #DC553E;
}
.AnyTagClassName
{
color: #DC553E;
}
</style>
background-color css
<style>
a { background-color: #DC553E; }
a { background-color: rgb(220,85,62); }
div.DivClassName
{
background-color: #DC553E;
}
.BgClassName
{
background-color: #DC553E;
}
</style>
border-color css
<style>
span { border-color: #DC553E; }
span { border-color: rgb(220,85,62); }
td.TdClassName
{
border-color: #DC553E;
}
.TagClassName
{
border-color: #DC553E;
}
</style>