Shades of Dark Coral #D9503D
Tints of Dark Coral #D9503D
RGB
CMYK
RGB Variations
Color information
#D9503D (or 0xD9503D) is known color: Dark Coral. HEX triplet: D9, 50 and 3D. RGB value is (217,80,61). Sum of RGB (Red+Green+Blue) = 217+80+61=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D9503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9503D is #26AFC2. Grayscale: #777777. Windows color (decimal): -2535363 or 4018393. OLE color: 4018393.
HSL color Cylindrical-coordinate representation of color #D9503D: hue angle of 7.31º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9503D is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 61 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.15 |
| HSL | 7.31º | 0.67% | 0.55% | - |
| HSV(B) | 7.31º | 0.72% | 0.85% | - |
| XYZ | 32.33 | 20.83 | 6.73 | - |
| YUV | 118.8 | 95.39 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 61 | 0 | 0.63 | 0.72 | 0.15 | 7.31 | 0.67 | 0.55 |
| Hex | D9 | 50 | 3D | 0 | 3F | 48 | F | 7 | 43 | 37 |
| Octal | 331 | 120 | 75 | 0 | 77 | 110 | 17 | 7 | 103 | 67 |
| Binary | 11011001 | 1010000 | 111101 | 0 | 111111 | 1001000 | 1111 | 111 | 1000011 | 110111 |
Color Harmonies of #D9503D
Complementary color
Monochromatic Colors of #D9503D
Black with #D9503D
Text Example
Text Example
White with #D9503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9503D; }
p { color: rgb(217,80,61); }
H1.HeaderClassName
{
color: #D9503D;
}
.AnyTagClassName
{
color: #D9503D;
}
</style>
background-color css
<style>
a { background-color: #D9503D; }
a { background-color: rgb(217,80,61); }
div.DivClassName
{
background-color: #D9503D;
}
.BgClassName
{
background-color: #D9503D;
}
</style>
border-color css
<style>
span { border-color: #D9503D; }
span { border-color: rgb(217,80,61); }
td.TdClassName
{
border-color: #D9503D;
}
.TagClassName
{
border-color: #D9503D;
}
</style>