Shades of Dark Coral #D96043
Tints of Dark Coral #D96043
RGB
CMYK
RGB Variations
Color information
#D96043 (or 0xD96043) is known color: Dark Coral. HEX triplet: D9, 60 and 43. RGB value is (217,96,67). Sum of RGB (Red+Green+Blue) = 217+96+67=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D96043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96043 is #269FBC. Grayscale: #818181. Windows color (decimal): -2531261 or 4415705. OLE color: 4415705.
HSL color Cylindrical-coordinate representation of color #D96043: hue angle of 11.6º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D96043 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 67 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.15 |
| HSL | 11.6º | 0.66% | 0.56% | - |
| HSV(B) | 11.6º | 0.69% | 0.85% | - |
| XYZ | 33.81 | 23.52 | 8.07 | - |
| YUV | 128.87 | 93.09 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 67 | 0 | 0.56 | 0.69 | 0.15 | 11.6 | 0.66 | 0.56 |
| Hex | D9 | 60 | 43 | 0 | 38 | 45 | F | C | 42 | 38 |
| Octal | 331 | 140 | 103 | 0 | 70 | 105 | 17 | 14 | 102 | 70 |
| Binary | 11011001 | 1100000 | 1000011 | 0 | 111000 | 1000101 | 1111 | 1100 | 1000010 | 111000 |
Color Harmonies of #D96043
Complementary color
Monochromatic Colors of #D96043
Black with #D96043
Text Example
Text Example
White with #D96043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96043; }
p { color: rgb(217,96,67); }
H1.HeaderClassName
{
color: #D96043;
}
.AnyTagClassName
{
color: #D96043;
}
</style>
background-color css
<style>
a { background-color: #D96043; }
a { background-color: rgb(217,96,67); }
div.DivClassName
{
background-color: #D96043;
}
.BgClassName
{
background-color: #D96043;
}
</style>
border-color css
<style>
span { border-color: #D96043; }
span { border-color: rgb(217,96,67); }
td.TdClassName
{
border-color: #D96043;
}
.TagClassName
{
border-color: #D96043;
}
</style>