Shades of Dark Coral #DC5A3D
Tints of Dark Coral #DC5A3D
RGB
CMYK
RGB Variations
Color information
#DC5A3D (or 0xDC5A3D) is known color: Dark Coral. HEX triplet: DC, 5A and 3D. RGB value is (220,90,61). Sum of RGB (Red+Green+Blue) = 220+90+61=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A3D is #23A5C2. Grayscale: #7D7D7D. Windows color (decimal): -2336195 or 4020956. OLE color: 4020956.
HSL color Cylindrical-coordinate representation of color #DC5A3D: hue angle of 10.94º 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 #DC5A3D is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 61 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.14 |
| HSL | 10.94º | 0.69% | 0.55% | - |
| HSV(B) | 10.94º | 0.72% | 0.86% | - |
| XYZ | 34.01 | 22.86 | 7.04 | - |
| YUV | 125.56 | 91.57 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 61 | 0 | 0.59 | 0.72 | 0.14 | 10.94 | 0.69 | 0.55 |
| Hex | DC | 5A | 3D | 0 | 3B | 48 | E | B | 45 | 37 |
| Octal | 334 | 132 | 75 | 0 | 73 | 110 | 16 | 13 | 105 | 67 |
| Binary | 11011100 | 1011010 | 111101 | 0 | 111011 | 1001000 | 1110 | 1011 | 1000101 | 110111 |
Color Harmonies of #DC5A3D
Complementary color
Monochromatic Colors of #DC5A3D
Black with #DC5A3D
Text Example
Text Example
White with #DC5A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A3D; }
p { color: rgb(220,90,61); }
H1.HeaderClassName
{
color: #DC5A3D;
}
.AnyTagClassName
{
color: #DC5A3D;
}
</style>
background-color css
<style>
a { background-color: #DC5A3D; }
a { background-color: rgb(220,90,61); }
div.DivClassName
{
background-color: #DC5A3D;
}
.BgClassName
{
background-color: #DC5A3D;
}
</style>
border-color css
<style>
span { border-color: #DC5A3D; }
span { border-color: rgb(220,90,61); }
td.TdClassName
{
border-color: #DC5A3D;
}
.TagClassName
{
border-color: #DC5A3D;
}
</style>