Shades of Dark Coral #D36449
Tints of Dark Coral #D36449
RGB
CMYK
RGB Variations
Color information
#D36449 (or 0xD36449) is known color: Dark Coral. HEX triplet: D3, 64 and 49. RGB value is (211,100,73). Sum of RGB (Red+Green+Blue) = 211+100+73=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D36449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36449 is #2C9BB6. Grayscale: #828282. Windows color (decimal): -2923447 or 4809939. OLE color: 4809939.
HSL color Cylindrical-coordinate representation of color #D36449: hue angle of 11.74º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D36449 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 100 | 73 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.17 |
| HSL | 11.74º | 0.61% | 0.56% | - |
| HSV(B) | 11.74º | 0.65% | 0.83% | - |
| XYZ | 32.62 | 23.44 | 9.11 | - |
| YUV | 130.11 | 95.77 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 100 | 73 | 0 | 0.53 | 0.65 | 0.17 | 11.74 | 0.61 | 0.56 |
| Hex | D3 | 64 | 49 | 0 | 35 | 41 | 11 | C | 3D | 38 |
| Octal | 323 | 144 | 111 | 0 | 65 | 101 | 21 | 14 | 75 | 70 |
| Binary | 11010011 | 1100100 | 1001001 | 0 | 110101 | 1000001 | 10001 | 1100 | 111101 | 111000 |
Color Harmonies of #D36449
Complementary color
Monochromatic Colors of #D36449
Black with #D36449
Text Example
Text Example
White with #D36449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36449; }
p { color: rgb(211,100,73); }
H1.HeaderClassName
{
color: #D36449;
}
.AnyTagClassName
{
color: #D36449;
}
</style>
background-color css
<style>
a { background-color: #D36449; }
a { background-color: rgb(211,100,73); }
div.DivClassName
{
background-color: #D36449;
}
.BgClassName
{
background-color: #D36449;
}
</style>
border-color css
<style>
span { border-color: #D36449; }
span { border-color: rgb(211,100,73); }
td.TdClassName
{
border-color: #D36449;
}
.TagClassName
{
border-color: #D36449;
}
</style>