Shades of Dark Coral #D85A3E
Tints of Dark Coral #D85A3E
RGB
CMYK
RGB Variations
Color information
#D85A3E (or 0xD85A3E) is known color: Dark Coral. HEX triplet: D8, 5A and 3E. RGB value is (216,90,62). Sum of RGB (Red+Green+Blue) = 216+90+62=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A3E is #27A5C1. Grayscale: #7C7C7C. Windows color (decimal): -2598338 or 4086488. OLE color: 4086488.
HSL color Cylindrical-coordinate representation of color #D85A3E: hue angle of 10.91º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D85A3E is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 62 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.15 |
| HSL | 10.91º | 0.66% | 0.55% | - |
| HSV(B) | 10.91º | 0.71% | 0.85% | - |
| XYZ | 32.84 | 22.26 | 7.12 | - |
| YUV | 124.48 | 92.74 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 62 | 0 | 0.58 | 0.71 | 0.15 | 10.91 | 0.66 | 0.55 |
| Hex | D8 | 5A | 3E | 0 | 3A | 47 | F | B | 42 | 37 |
| Octal | 330 | 132 | 76 | 0 | 72 | 107 | 17 | 13 | 102 | 67 |
| Binary | 11011000 | 1011010 | 111110 | 0 | 111010 | 1000111 | 1111 | 1011 | 1000010 | 110111 |
Color Harmonies of #D85A3E
Complementary color
Monochromatic Colors of #D85A3E
Black with #D85A3E
Text Example
Text Example
White with #D85A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A3E; }
p { color: rgb(216,90,62); }
H1.HeaderClassName
{
color: #D85A3E;
}
.AnyTagClassName
{
color: #D85A3E;
}
</style>
background-color css
<style>
a { background-color: #D85A3E; }
a { background-color: rgb(216,90,62); }
div.DivClassName
{
background-color: #D85A3E;
}
.BgClassName
{
background-color: #D85A3E;
}
</style>
border-color css
<style>
span { border-color: #D85A3E; }
span { border-color: rgb(216,90,62); }
td.TdClassName
{
border-color: #D85A3E;
}
.TagClassName
{
border-color: #D85A3E;
}
</style>