Shades of Dark Coral #DD543C
Tints of Dark Coral #DD543C
RGB
CMYK
RGB Variations
Color information
#DD543C (or 0xDD543C) is known color: Dark Coral. HEX triplet: DD, 54 and 3C. RGB value is (221,84,60). Sum of RGB (Red+Green+Blue) = 221+84+60=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD543C is #22ABC3. Grayscale: #7A7A7A. Windows color (decimal): -2272196 or 3953885. OLE color: 3953885.
HSL color Cylindrical-coordinate representation of color #DD543C: hue angle of 8.94º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD543C is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 60 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.13 |
| HSL | 8.94º | 0.7% | 0.55% | - |
| HSV(B) | 8.94º | 0.73% | 0.87% | - |
| XYZ | 33.8 | 22.04 | 6.75 | - |
| YUV | 122.23 | 92.89 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 60 | 0 | 0.62 | 0.73 | 0.13 | 8.94 | 0.7 | 0.55 |
| Hex | DD | 54 | 3C | 0 | 3E | 49 | D | 9 | 46 | 37 |
| Octal | 335 | 124 | 74 | 0 | 76 | 111 | 15 | 11 | 106 | 67 |
| Binary | 11011101 | 1010100 | 111100 | 0 | 111110 | 1001001 | 1101 | 1001 | 1000110 | 110111 |
Color Harmonies of #DD543C
Complementary color
Monochromatic Colors of #DD543C
Black with #DD543C
Text Example
Text Example
White with #DD543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD543C; }
p { color: rgb(221,84,60); }
H1.HeaderClassName
{
color: #DD543C;
}
.AnyTagClassName
{
color: #DD543C;
}
</style>
background-color css
<style>
a { background-color: #DD543C; }
a { background-color: rgb(221,84,60); }
div.DivClassName
{
background-color: #DD543C;
}
.BgClassName
{
background-color: #DD543C;
}
</style>
border-color css
<style>
span { border-color: #DD543C; }
span { border-color: rgb(221,84,60); }
td.TdClassName
{
border-color: #DD543C;
}
.TagClassName
{
border-color: #DD543C;
}
</style>