Shades of Dark Coral #D9503C
Tints of Dark Coral #D9503C
RGB
CMYK
RGB Variations
Color information
#D9503C (or 0xD9503C) is known color: Dark Coral. HEX triplet: D9, 50 and 3C. RGB value is (217,80,60). Sum of RGB (Red+Green+Blue) = 217+80+60=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D9503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9503C is #26AFC3. Grayscale: #767676. Windows color (decimal): -2535364 or 3952857. OLE color: 3952857.
HSL color Cylindrical-coordinate representation of color #D9503C: hue angle of 7.64º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9503C is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 60 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.15 |
| HSL | 7.64º | 0.67% | 0.54% | - |
| HSV(B) | 7.64º | 0.72% | 0.85% | - |
| XYZ | 32.3 | 20.82 | 6.59 | - |
| YUV | 118.68 | 94.89 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 60 | 0 | 0.63 | 0.72 | 0.15 | 7.64 | 0.67 | 0.54 |
| Hex | D9 | 50 | 3C | 0 | 3F | 48 | F | 8 | 43 | 36 |
| Octal | 331 | 120 | 74 | 0 | 77 | 110 | 17 | 10 | 103 | 66 |
| Binary | 11011001 | 1010000 | 111100 | 0 | 111111 | 1001000 | 1111 | 1000 | 1000011 | 110110 |
Color Harmonies of #D9503C
Complementary color
Monochromatic Colors of #D9503C
Black with #D9503C
Text Example
Text Example
White with #D9503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9503C; }
p { color: rgb(217,80,60); }
H1.HeaderClassName
{
color: #D9503C;
}
.AnyTagClassName
{
color: #D9503C;
}
</style>
background-color css
<style>
a { background-color: #D9503C; }
a { background-color: rgb(217,80,60); }
div.DivClassName
{
background-color: #D9503C;
}
.BgClassName
{
background-color: #D9503C;
}
</style>
border-color css
<style>
span { border-color: #D9503C; }
span { border-color: rgb(217,80,60); }
td.TdClassName
{
border-color: #D9503C;
}
.TagClassName
{
border-color: #D9503C;
}
</style>