Shades of Dark Coral #DC5A3E
Tints of Dark Coral #DC5A3E
RGB
CMYK
RGB Variations
Color information
#DC5A3E (or 0xDC5A3E) is known color: Dark Coral. HEX triplet: DC, 5A and 3E. RGB value is (220,90,62). Sum of RGB (Red+Green+Blue) = 220+90+62=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A3E is #23A5C1. Grayscale: #7D7D7D. Windows color (decimal): -2336194 or 4086492. OLE color: 4086492.
HSL color Cylindrical-coordinate representation of color #DC5A3E: hue angle of 10.63º 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 #DC5A3E is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 62 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.14 |
| HSL | 10.63º | 0.69% | 0.55% | - |
| HSV(B) | 10.63º | 0.72% | 0.86% | - |
| XYZ | 34.04 | 22.88 | 7.18 | - |
| YUV | 125.68 | 92.07 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 62 | 0 | 0.59 | 0.72 | 0.14 | 10.63 | 0.69 | 0.55 |
| Hex | DC | 5A | 3E | 0 | 3B | 48 | E | B | 45 | 37 |
| Octal | 334 | 132 | 76 | 0 | 73 | 110 | 16 | 13 | 105 | 67 |
| Binary | 11011100 | 1011010 | 111110 | 0 | 111011 | 1001000 | 1110 | 1011 | 1000101 | 110111 |
Color Harmonies of #DC5A3E
Complementary color
Monochromatic Colors of #DC5A3E
Black with #DC5A3E
Text Example
Text Example
White with #DC5A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A3E; }
p { color: rgb(220,90,62); }
H1.HeaderClassName
{
color: #DC5A3E;
}
.AnyTagClassName
{
color: #DC5A3E;
}
</style>
background-color css
<style>
a { background-color: #DC5A3E; }
a { background-color: rgb(220,90,62); }
div.DivClassName
{
background-color: #DC5A3E;
}
.BgClassName
{
background-color: #DC5A3E;
}
</style>
border-color css
<style>
span { border-color: #DC5A3E; }
span { border-color: rgb(220,90,62); }
td.TdClassName
{
border-color: #DC5A3E;
}
.TagClassName
{
border-color: #DC5A3E;
}
</style>