Shades of Dark Coral #D36044
Tints of Dark Coral #D36044
RGB
CMYK
RGB Variations
Color information
#D36044 (or 0xD36044) is known color: Dark Coral. HEX triplet: D3, 60 and 44. RGB value is (211,96,68). Sum of RGB (Red+Green+Blue) = 211+96+68=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D36044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36044 is #2C9FBB. Grayscale: #7F7F7F. Windows color (decimal): -2924476 or 4481235. OLE color: 4481235.
HSL color Cylindrical-coordinate representation of color #D36044: hue angle of 11.75º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D36044 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 68 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.17 |
| HSL | 11.75º | 0.62% | 0.55% | - |
| HSV(B) | 11.75º | 0.68% | 0.83% | - |
| XYZ | 32.09 | 22.63 | 8.15 | - |
| YUV | 127.19 | 94.6 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 68 | 0 | 0.55 | 0.68 | 0.17 | 11.75 | 0.62 | 0.55 |
| Hex | D3 | 60 | 44 | 0 | 37 | 44 | 11 | C | 3E | 37 |
| Octal | 323 | 140 | 104 | 0 | 67 | 104 | 21 | 14 | 76 | 67 |
| Binary | 11010011 | 1100000 | 1000100 | 0 | 110111 | 1000100 | 10001 | 1100 | 111110 | 110111 |
Color Harmonies of #D36044
Complementary color
Monochromatic Colors of #D36044
Black with #D36044
Text Example
Text Example
White with #D36044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36044; }
p { color: rgb(211,96,68); }
H1.HeaderClassName
{
color: #D36044;
}
.AnyTagClassName
{
color: #D36044;
}
</style>
background-color css
<style>
a { background-color: #D36044; }
a { background-color: rgb(211,96,68); }
div.DivClassName
{
background-color: #D36044;
}
.BgClassName
{
background-color: #D36044;
}
</style>
border-color css
<style>
span { border-color: #D36044; }
span { border-color: rgb(211,96,68); }
td.TdClassName
{
border-color: #D36044;
}
.TagClassName
{
border-color: #D36044;
}
</style>