Shades of Dark Coral #DC5A3F
Tints of Dark Coral #DC5A3F
RGB
CMYK
RGB Variations
Color information
#DC5A3F (or 0xDC5A3F) is known color: Dark Coral. HEX triplet: DC, 5A and 3F. RGB value is (220,90,63). Sum of RGB (Red+Green+Blue) = 220+90+63=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A3F is #23A5C0. Grayscale: #7E7E7E. Windows color (decimal): -2336193 or 4152028. OLE color: 4152028.
HSL color Cylindrical-coordinate representation of color #DC5A3F: hue angle of 10.32º 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 #DC5A3F is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 63 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.14 |
| HSL | 10.32º | 0.69% | 0.55% | - |
| HSV(B) | 10.32º | 0.71% | 0.86% | - |
| XYZ | 34.07 | 22.89 | 7.32 | - |
| YUV | 125.79 | 92.57 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 63 | 0 | 0.59 | 0.71 | 0.14 | 10.32 | 0.69 | 0.55 |
| Hex | DC | 5A | 3F | 0 | 3B | 47 | E | A | 45 | 37 |
| Octal | 334 | 132 | 77 | 0 | 73 | 107 | 16 | 12 | 105 | 67 |
| Binary | 11011100 | 1011010 | 111111 | 0 | 111011 | 1000111 | 1110 | 1010 | 1000101 | 110111 |
Color Harmonies of #DC5A3F
Complementary color
Monochromatic Colors of #DC5A3F
Black with #DC5A3F
Text Example
Text Example
White with #DC5A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A3F; }
p { color: rgb(220,90,63); }
H1.HeaderClassName
{
color: #DC5A3F;
}
.AnyTagClassName
{
color: #DC5A3F;
}
</style>
background-color css
<style>
a { background-color: #DC5A3F; }
a { background-color: rgb(220,90,63); }
div.DivClassName
{
background-color: #DC5A3F;
}
.BgClassName
{
background-color: #DC5A3F;
}
</style>
border-color css
<style>
span { border-color: #DC5A3F; }
span { border-color: rgb(220,90,63); }
td.TdClassName
{
border-color: #DC5A3F;
}
.TagClassName
{
border-color: #DC5A3F;
}
</style>