Shades of Dark Coral #D36543
Tints of Dark Coral #D36543
RGB
CMYK
RGB Variations
Color information
#D36543 (or 0xD36543) is known color: Dark Coral. HEX triplet: D3, 65 and 43. RGB value is (211,101,67). Sum of RGB (Red+Green+Blue) = 211+101+67=379 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.67% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 211 - color contains mainly: red. Hex color #D36543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36543 is #2C9ABC. Grayscale: #828282. Windows color (decimal): -2923197 or 4416979. OLE color: 4416979.
HSL color Cylindrical-coordinate representation of color #D36543: hue angle of 14.17º 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 #D36543 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 101 | 67 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.17 |
| HSL | 14.17º | 0.62% | 0.55% | - |
| HSV(B) | 14.17º | 0.68% | 0.83% | - |
| XYZ | 32.53 | 23.56 | 8.14 | - |
| YUV | 130.01 | 92.44 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 101 | 67 | 0 | 0.52 | 0.68 | 0.17 | 14.17 | 0.62 | 0.55 |
| Hex | D3 | 65 | 43 | 0 | 34 | 44 | 11 | E | 3E | 37 |
| Octal | 323 | 145 | 103 | 0 | 64 | 104 | 21 | 16 | 76 | 67 |
| Binary | 11010011 | 1100101 | 1000011 | 0 | 110100 | 1000100 | 10001 | 1110 | 111110 | 110111 |
Color Harmonies of #D36543
Complementary color
Monochromatic Colors of #D36543
Black with #D36543
Text Example
Text Example
White with #D36543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36543; }
p { color: rgb(211,101,67); }
H1.HeaderClassName
{
color: #D36543;
}
.AnyTagClassName
{
color: #D36543;
}
</style>
background-color css
<style>
a { background-color: #D36543; }
a { background-color: rgb(211,101,67); }
div.DivClassName
{
background-color: #D36543;
}
.BgClassName
{
background-color: #D36543;
}
</style>
border-color css
<style>
span { border-color: #D36543; }
span { border-color: rgb(211,101,67); }
td.TdClassName
{
border-color: #D36543;
}
.TagClassName
{
border-color: #D36543;
}
</style>