Shades of Dark Coral #D85A44
Tints of Dark Coral #D85A44
RGB
CMYK
RGB Variations
Color information
#D85A44 (or 0xD85A44) is known color: Dark Coral. HEX triplet: D8, 5A and 44. RGB value is (216,90,68). Sum of RGB (Red+Green+Blue) = 216+90+68=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A44 is #27A5BB. Grayscale: #7D7D7D. Windows color (decimal): -2598332 or 4479704. OLE color: 4479704.
HSL color Cylindrical-coordinate representation of color #D85A44: hue angle of 8.92º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D85A44 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 68 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.15 |
| HSL | 8.92º | 0.65% | 0.56% | - |
| HSV(B) | 8.92º | 0.69% | 0.85% | - |
| XYZ | 33.02 | 22.33 | 8.04 | - |
| YUV | 125.17 | 95.74 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 68 | 0 | 0.58 | 0.69 | 0.15 | 8.92 | 0.65 | 0.56 |
| Hex | D8 | 5A | 44 | 0 | 3A | 45 | F | 9 | 41 | 38 |
| Octal | 330 | 132 | 104 | 0 | 72 | 105 | 17 | 11 | 101 | 70 |
| Binary | 11011000 | 1011010 | 1000100 | 0 | 111010 | 1000101 | 1111 | 1001 | 1000001 | 111000 |
Color Harmonies of #D85A44
Complementary color
Monochromatic Colors of #D85A44
Black with #D85A44
Text Example
Text Example
White with #D85A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A44; }
p { color: rgb(216,90,68); }
H1.HeaderClassName
{
color: #D85A44;
}
.AnyTagClassName
{
color: #D85A44;
}
</style>
background-color css
<style>
a { background-color: #D85A44; }
a { background-color: rgb(216,90,68); }
div.DivClassName
{
background-color: #D85A44;
}
.BgClassName
{
background-color: #D85A44;
}
</style>
border-color css
<style>
span { border-color: #D85A44; }
span { border-color: rgb(216,90,68); }
td.TdClassName
{
border-color: #D85A44;
}
.TagClassName
{
border-color: #D85A44;
}
</style>