Shades of Dark Coral #D85B43
Tints of Dark Coral #D85B43
RGB
CMYK
RGB Variations
Color information
#D85B43 (or 0xD85B43) is known color: Dark Coral. HEX triplet: D8, 5B and 43. RGB value is (216,91,67). Sum of RGB (Red+Green+Blue) = 216+91+67=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85B43 is #27A4BC. Grayscale: #7D7D7D. Windows color (decimal): -2598077 or 4414424. OLE color: 4414424.
HSL color Cylindrical-coordinate representation of color #D85B43: hue angle of 9.66º 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 #D85B43 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 67 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.15 |
| HSL | 9.66º | 0.66% | 0.55% | - |
| HSV(B) | 9.66º | 0.69% | 0.85% | - |
| XYZ | 33.07 | 22.49 | 7.91 | - |
| YUV | 125.64 | 94.91 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 67 | 0 | 0.58 | 0.69 | 0.15 | 9.66 | 0.66 | 0.55 |
| Hex | D8 | 5B | 43 | 0 | 3A | 45 | F | A | 42 | 37 |
| Octal | 330 | 133 | 103 | 0 | 72 | 105 | 17 | 12 | 102 | 67 |
| Binary | 11011000 | 1011011 | 1000011 | 0 | 111010 | 1000101 | 1111 | 1010 | 1000010 | 110111 |
Color Harmonies of #D85B43
Complementary color
Monochromatic Colors of #D85B43
Black with #D85B43
Text Example
Text Example
White with #D85B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85B43; }
p { color: rgb(216,91,67); }
H1.HeaderClassName
{
color: #D85B43;
}
.AnyTagClassName
{
color: #D85B43;
}
</style>
background-color css
<style>
a { background-color: #D85B43; }
a { background-color: rgb(216,91,67); }
div.DivClassName
{
background-color: #D85B43;
}
.BgClassName
{
background-color: #D85B43;
}
</style>
border-color css
<style>
span { border-color: #D85B43; }
span { border-color: rgb(216,91,67); }
td.TdClassName
{
border-color: #D85B43;
}
.TagClassName
{
border-color: #D85B43;
}
</style>