Shades of Dark Coral #D85E43
Tints of Dark Coral #D85E43
RGB
CMYK
RGB Variations
Color information
#D85E43 (or 0xD85E43) is known color: Dark Coral. HEX triplet: D8, 5E and 43. RGB value is (216,94,67). Sum of RGB (Red+Green+Blue) = 216+94+67=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E43 is #27A1BC. Grayscale: #7F7F7F. Windows color (decimal): -2597309 or 4415192. OLE color: 4415192.
HSL color Cylindrical-coordinate representation of color #D85E43: hue angle of 10.87º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D85E43 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 67 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.15 |
| HSL | 10.87º | 0.66% | 0.55% | - |
| HSV(B) | 10.87º | 0.69% | 0.85% | - |
| XYZ | 33.33 | 23.01 | 7.99 | - |
| YUV | 127.4 | 93.92 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 67 | 0 | 0.56 | 0.69 | 0.15 | 10.87 | 0.66 | 0.55 |
| Hex | D8 | 5E | 43 | 0 | 38 | 45 | F | B | 42 | 37 |
| Octal | 330 | 136 | 103 | 0 | 70 | 105 | 17 | 13 | 102 | 67 |
| Binary | 11011000 | 1011110 | 1000011 | 0 | 111000 | 1000101 | 1111 | 1011 | 1000010 | 110111 |
Color Harmonies of #D85E43
Complementary color
Monochromatic Colors of #D85E43
Black with #D85E43
Text Example
Text Example
White with #D85E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E43; }
p { color: rgb(216,94,67); }
H1.HeaderClassName
{
color: #D85E43;
}
.AnyTagClassName
{
color: #D85E43;
}
</style>
background-color css
<style>
a { background-color: #D85E43; }
a { background-color: rgb(216,94,67); }
div.DivClassName
{
background-color: #D85E43;
}
.BgClassName
{
background-color: #D85E43;
}
</style>
border-color css
<style>
span { border-color: #D85E43; }
span { border-color: rgb(216,94,67); }
td.TdClassName
{
border-color: #D85E43;
}
.TagClassName
{
border-color: #D85E43;
}
</style>