Shades of Dark Coral #DC593D
Tints of Dark Coral #DC593D
RGB
CMYK
RGB Variations
Color information
#DC593D (or 0xDC593D) is known color: Dark Coral. HEX triplet: DC, 59 and 3D. RGB value is (220,89,61). Sum of RGB (Red+Green+Blue) = 220+89+61=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC593D is #23A6C2. Grayscale: #7D7D7D. Windows color (decimal): -2336451 or 4020700. OLE color: 4020700.
HSL color Cylindrical-coordinate representation of color #DC593D: hue angle of 10.57º 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 #DC593D is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 61 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.14 |
| HSL | 10.57º | 0.69% | 0.55% | - |
| HSV(B) | 10.57º | 0.72% | 0.86% | - |
| XYZ | 33.93 | 22.7 | 7.01 | - |
| YUV | 124.98 | 91.9 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 61 | 0 | 0.60 | 0.72 | 0.14 | 10.57 | 0.69 | 0.55 |
| Hex | DC | 59 | 3D | 0 | 3C | 48 | E | B | 45 | 37 |
| Octal | 334 | 131 | 75 | 0 | 74 | 110 | 16 | 13 | 105 | 67 |
| Binary | 11011100 | 1011001 | 111101 | 0 | 111100 | 1001000 | 1110 | 1011 | 1000101 | 110111 |
Color Harmonies of #DC593D
Complementary color
Monochromatic Colors of #DC593D
Black with #DC593D
Text Example
Text Example
White with #DC593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC593D; }
p { color: rgb(220,89,61); }
H1.HeaderClassName
{
color: #DC593D;
}
.AnyTagClassName
{
color: #DC593D;
}
</style>
background-color css
<style>
a { background-color: #DC593D; }
a { background-color: rgb(220,89,61); }
div.DivClassName
{
background-color: #DC593D;
}
.BgClassName
{
background-color: #DC593D;
}
</style>
border-color css
<style>
span { border-color: #DC593D; }
span { border-color: rgb(220,89,61); }
td.TdClassName
{
border-color: #DC593D;
}
.TagClassName
{
border-color: #DC593D;
}
</style>