Shades of Dark Coral #DC5941
Tints of Dark Coral #DC5941
RGB
CMYK
RGB Variations
Color information
#DC5941 (or 0xDC5941) is known color: Dark Coral. HEX triplet: DC, 59 and 41. RGB value is (220,89,65). Sum of RGB (Red+Green+Blue) = 220+89+65=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5941 is #23A6BE. Grayscale: #7D7D7D. Windows color (decimal): -2336447 or 4282844. OLE color: 4282844.
HSL color Cylindrical-coordinate representation of color #DC5941: hue angle of 9.29º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC5941 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 65 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.14 |
| HSL | 9.29º | 0.69% | 0.56% | - |
| HSV(B) | 9.29º | 0.7% | 0.86% | - |
| XYZ | 34.04 | 22.74 | 7.6 | - |
| YUV | 125.43 | 93.9 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 65 | 0 | 0.60 | 0.70 | 0.14 | 9.29 | 0.69 | 0.56 |
| Hex | DC | 59 | 41 | 0 | 3C | 46 | E | 9 | 45 | 38 |
| Octal | 334 | 131 | 101 | 0 | 74 | 106 | 16 | 11 | 105 | 70 |
| Binary | 11011100 | 1011001 | 1000001 | 0 | 111100 | 1000110 | 1110 | 1001 | 1000101 | 111000 |
Color Harmonies of #DC5941
Complementary color
Monochromatic Colors of #DC5941
Black with #DC5941
Text Example
Text Example
White with #DC5941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5941; }
p { color: rgb(220,89,65); }
H1.HeaderClassName
{
color: #DC5941;
}
.AnyTagClassName
{
color: #DC5941;
}
</style>
background-color css
<style>
a { background-color: #DC5941; }
a { background-color: rgb(220,89,65); }
div.DivClassName
{
background-color: #DC5941;
}
.BgClassName
{
background-color: #DC5941;
}
</style>
border-color css
<style>
span { border-color: #DC5941; }
span { border-color: rgb(220,89,65); }
td.TdClassName
{
border-color: #DC5941;
}
.TagClassName
{
border-color: #DC5941;
}
</style>