Shades of Dark Coral #DC583D
Tints of Dark Coral #DC583D
RGB
CMYK
RGB Variations
Color information
#DC583D (or 0xDC583D) is known color: Dark Coral. HEX triplet: DC, 58 and 3D. RGB value is (220,88,61). Sum of RGB (Red+Green+Blue) = 220+88+61=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC583D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC583D is #23A7C2. Grayscale: #7C7C7C. Windows color (decimal): -2336707 or 4020444. OLE color: 4020444.
HSL color Cylindrical-coordinate representation of color #DC583D: hue angle of 10.19º 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 #DC583D is Cyan = 0, Magento = 0.6, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 61 | - |
| CMYK | 0 | 0.6 | 0.72 | 0.14 |
| HSL | 10.19º | 0.69% | 0.55% | - |
| HSV(B) | 10.19º | 0.72% | 0.86% | - |
| XYZ | 33.85 | 22.53 | 6.98 | - |
| YUV | 124.39 | 92.23 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 61 | 0 | 0.6 | 0.72 | 0.14 | 10.19 | 0.69 | 0.55 |
| Hex | DC | 58 | 3D | 0 | 3C | 48 | E | A | 45 | 37 |
| Octal | 334 | 130 | 75 | 0 | 74 | 110 | 16 | 12 | 105 | 67 |
| Binary | 11011100 | 1011000 | 111101 | 0 | 111100 | 1001000 | 1110 | 1010 | 1000101 | 110111 |
Color Harmonies of #DC583D
Complementary color
Monochromatic Colors of #DC583D
Black with #DC583D
Text Example
Text Example
White with #DC583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC583D; }
p { color: rgb(220,88,61); }
H1.HeaderClassName
{
color: #DC583D;
}
.AnyTagClassName
{
color: #DC583D;
}
</style>
background-color css
<style>
a { background-color: #DC583D; }
a { background-color: rgb(220,88,61); }
div.DivClassName
{
background-color: #DC583D;
}
.BgClassName
{
background-color: #DC583D;
}
</style>
border-color css
<style>
span { border-color: #DC583D; }
span { border-color: rgb(220,88,61); }
td.TdClassName
{
border-color: #DC583D;
}
.TagClassName
{
border-color: #DC583D;
}
</style>