Shades of Dark Coral #D96044
Tints of Dark Coral #D96044
RGB
CMYK
RGB Variations
Color information
#D96044 (or 0xD96044) is known color: Dark Coral. HEX triplet: D9, 60 and 44. RGB value is (217,96,68). Sum of RGB (Red+Green+Blue) = 217+96+68=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D96044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96044 is #269FBB. Grayscale: #818181. Windows color (decimal): -2531260 or 4481241. OLE color: 4481241.
HSL color Cylindrical-coordinate representation of color #D96044: hue angle of 11.28º 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 #D96044 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 68 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.15 |
| HSL | 11.28º | 0.66% | 0.56% | - |
| HSV(B) | 11.28º | 0.69% | 0.85% | - |
| XYZ | 33.84 | 23.53 | 8.23 | - |
| YUV | 128.99 | 93.59 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 68 | 0 | 0.56 | 0.69 | 0.15 | 11.28 | 0.66 | 0.56 |
| Hex | D9 | 60 | 44 | 0 | 38 | 45 | F | B | 42 | 38 |
| Octal | 331 | 140 | 104 | 0 | 70 | 105 | 17 | 13 | 102 | 70 |
| Binary | 11011001 | 1100000 | 1000100 | 0 | 111000 | 1000101 | 1111 | 1011 | 1000010 | 111000 |
Color Harmonies of #D96044
Complementary color
Monochromatic Colors of #D96044
Black with #D96044
Text Example
Text Example
White with #D96044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96044; }
p { color: rgb(217,96,68); }
H1.HeaderClassName
{
color: #D96044;
}
.AnyTagClassName
{
color: #D96044;
}
</style>
background-color css
<style>
a { background-color: #D96044; }
a { background-color: rgb(217,96,68); }
div.DivClassName
{
background-color: #D96044;
}
.BgClassName
{
background-color: #D96044;
}
</style>
border-color css
<style>
span { border-color: #D96044; }
span { border-color: rgb(217,96,68); }
td.TdClassName
{
border-color: #D96044;
}
.TagClassName
{
border-color: #D96044;
}
</style>