Shades of Dark Coral #DC5D3F
Tints of Dark Coral #DC5D3F
RGB
CMYK
RGB Variations
Color information
#DC5D3F (or 0xDC5D3F) is known color: Dark Coral. HEX triplet: DC, 5D and 3F. RGB value is (220,93,63). Sum of RGB (Red+Green+Blue) = 220+93+63=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5D3F is #23A2C0. Grayscale: #7F7F7F. Windows color (decimal): -2335425 or 4152796. OLE color: 4152796.
HSL color Cylindrical-coordinate representation of color #DC5D3F: hue angle of 11.46º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC5D3F is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 63 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.14 |
| HSL | 11.46º | 0.69% | 0.55% | - |
| HSV(B) | 11.46º | 0.71% | 0.86% | - |
| XYZ | 34.33 | 23.4 | 7.41 | - |
| YUV | 127.55 | 91.58 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 63 | 0 | 0.58 | 0.71 | 0.14 | 11.46 | 0.69 | 0.55 |
| Hex | DC | 5D | 3F | 0 | 3A | 47 | E | B | 45 | 37 |
| Octal | 334 | 135 | 77 | 0 | 72 | 107 | 16 | 13 | 105 | 67 |
| Binary | 11011100 | 1011101 | 111111 | 0 | 111010 | 1000111 | 1110 | 1011 | 1000101 | 110111 |
Color Harmonies of #DC5D3F
Complementary color
Monochromatic Colors of #DC5D3F
Black with #DC5D3F
Text Example
Text Example
White with #DC5D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D3F; }
p { color: rgb(220,93,63); }
H1.HeaderClassName
{
color: #DC5D3F;
}
.AnyTagClassName
{
color: #DC5D3F;
}
</style>
background-color css
<style>
a { background-color: #DC5D3F; }
a { background-color: rgb(220,93,63); }
div.DivClassName
{
background-color: #DC5D3F;
}
.BgClassName
{
background-color: #DC5D3F;
}
</style>
border-color css
<style>
span { border-color: #DC5D3F; }
span { border-color: rgb(220,93,63); }
td.TdClassName
{
border-color: #DC5D3F;
}
.TagClassName
{
border-color: #DC5D3F;
}
</style>