Shades of Dark Coral #D36443
Tints of Dark Coral #D36443
RGB
CMYK
RGB Variations
Color information
#D36443 (or 0xD36443) is known color: Dark Coral. HEX triplet: D3, 64 and 43. RGB value is (211,100,67). Sum of RGB (Red+Green+Blue) = 211+100+67=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D36443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36443 is #2C9BBC. Grayscale: #818181. Windows color (decimal): -2923453 or 4416723. OLE color: 4416723.
HSL color Cylindrical-coordinate representation of color #D36443: hue angle of 13.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 #D36443 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 100 | 67 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.17 |
| HSL | 13.75º | 0.62% | 0.55% | - |
| HSV(B) | 13.75º | 0.68% | 0.83% | - |
| XYZ | 32.43 | 23.37 | 8.11 | - |
| YUV | 129.43 | 92.77 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 100 | 67 | 0 | 0.53 | 0.68 | 0.17 | 13.75 | 0.62 | 0.55 |
| Hex | D3 | 64 | 43 | 0 | 35 | 44 | 11 | E | 3E | 37 |
| Octal | 323 | 144 | 103 | 0 | 65 | 104 | 21 | 16 | 76 | 67 |
| Binary | 11010011 | 1100100 | 1000011 | 0 | 110101 | 1000100 | 10001 | 1110 | 111110 | 110111 |
Color Harmonies of #D36443
Complementary color
Monochromatic Colors of #D36443
Black with #D36443
Text Example
Text Example
White with #D36443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36443; }
p { color: rgb(211,100,67); }
H1.HeaderClassName
{
color: #D36443;
}
.AnyTagClassName
{
color: #D36443;
}
</style>
background-color css
<style>
a { background-color: #D36443; }
a { background-color: rgb(211,100,67); }
div.DivClassName
{
background-color: #D36443;
}
.BgClassName
{
background-color: #D36443;
}
</style>
border-color css
<style>
span { border-color: #D36443; }
span { border-color: rgb(211,100,67); }
td.TdClassName
{
border-color: #D36443;
}
.TagClassName
{
border-color: #D36443;
}
</style>