Shades of Dark Coral #D46041
Tints of Dark Coral #D46041
RGB
CMYK
RGB Variations
Color information
#D46041 (or 0xD46041) is known color: Dark Coral. HEX triplet: D4, 60 and 41. RGB value is (212,96,65). Sum of RGB (Red+Green+Blue) = 212+96+65=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D46041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46041 is #2B9FBE. Grayscale: #7F7F7F. Windows color (decimal): -2858943 or 4284628. OLE color: 4284628.
HSL color Cylindrical-coordinate representation of color #D46041: hue angle of 12.65º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D46041 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 65 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.17 |
| HSL | 12.65º | 0.63% | 0.54% | - |
| HSV(B) | 12.65º | 0.69% | 0.83% | - |
| XYZ | 32.29 | 22.74 | 7.69 | - |
| YUV | 127.15 | 92.93 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 65 | 0 | 0.55 | 0.69 | 0.17 | 12.65 | 0.63 | 0.54 |
| Hex | D4 | 60 | 41 | 0 | 37 | 45 | 11 | D | 3F | 36 |
| Octal | 324 | 140 | 101 | 0 | 67 | 105 | 21 | 15 | 77 | 66 |
| Binary | 11010100 | 1100000 | 1000001 | 0 | 110111 | 1000101 | 10001 | 1101 | 111111 | 110110 |
Color Harmonies of #D46041
Complementary color
Monochromatic Colors of #D46041
Black with #D46041
Text Example
Text Example
White with #D46041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46041; }
p { color: rgb(212,96,65); }
H1.HeaderClassName
{
color: #D46041;
}
.AnyTagClassName
{
color: #D46041;
}
</style>
background-color css
<style>
a { background-color: #D46041; }
a { background-color: rgb(212,96,65); }
div.DivClassName
{
background-color: #D46041;
}
.BgClassName
{
background-color: #D46041;
}
</style>
border-color css
<style>
span { border-color: #D46041; }
span { border-color: rgb(212,96,65); }
td.TdClassName
{
border-color: #D46041;
}
.TagClassName
{
border-color: #D46041;
}
</style>