Shades of Dark Coral #DC5840
Tints of Dark Coral #DC5840
RGB
CMYK
RGB Variations
Color information
#DC5840 (or 0xDC5840) is known color: Dark Coral. HEX triplet: DC, 58 and 40. RGB value is (220,88,64). Sum of RGB (Red+Green+Blue) = 220+88+64=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5840 is #23A7BF. Grayscale: #7C7C7C. Windows color (decimal): -2336704 or 4217052. OLE color: 4217052.
HSL color Cylindrical-coordinate representation of color #DC5840: hue angle of 9.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC5840 is Cyan = 0, Magento = 0.6, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 64 | - |
| CMYK | 0 | 0.6 | 0.71 | 0.14 |
| HSL | 9.23º | 0.69% | 0.56% | - |
| HSV(B) | 9.23º | 0.71% | 0.86% | - |
| XYZ | 33.93 | 22.57 | 7.42 | - |
| YUV | 124.73 | 93.73 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 64 | 0 | 0.6 | 0.71 | 0.14 | 9.23 | 0.69 | 0.56 |
| Hex | DC | 58 | 40 | 0 | 3C | 47 | E | 9 | 45 | 38 |
| Octal | 334 | 130 | 100 | 0 | 74 | 107 | 16 | 11 | 105 | 70 |
| Binary | 11011100 | 1011000 | 1000000 | 0 | 111100 | 1000111 | 1110 | 1001 | 1000101 | 111000 |
Color Harmonies of #DC5840
Complementary color
Monochromatic Colors of #DC5840
Black with #DC5840
Text Example
Text Example
White with #DC5840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5840; }
p { color: rgb(220,88,64); }
H1.HeaderClassName
{
color: #DC5840;
}
.AnyTagClassName
{
color: #DC5840;
}
</style>
background-color css
<style>
a { background-color: #DC5840; }
a { background-color: rgb(220,88,64); }
div.DivClassName
{
background-color: #DC5840;
}
.BgClassName
{
background-color: #DC5840;
}
</style>
border-color css
<style>
span { border-color: #DC5840; }
span { border-color: rgb(220,88,64); }
td.TdClassName
{
border-color: #DC5840;
}
.TagClassName
{
border-color: #DC5840;
}
</style>