Shades of Dark Coral #D8603F
Tints of Dark Coral #D8603F
RGB
CMYK
RGB Variations
Color information
#D8603F (or 0xD8603F) is known color: Dark Coral. HEX triplet: D8, 60 and 3F. RGB value is (216,96,63). Sum of RGB (Red+Green+Blue) = 216+96+63=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8603F is #279FC0. Grayscale: #808080. Windows color (decimal): -2596801 or 4153560. OLE color: 4153560.
HSL color Cylindrical-coordinate representation of color #D8603F: hue angle of 12.94º 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 #D8603F is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 63 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.15 |
| HSL | 12.94º | 0.66% | 0.55% | - |
| HSV(B) | 12.94º | 0.71% | 0.85% | - |
| XYZ | 33.4 | 23.32 | 7.44 | - |
| YUV | 128.12 | 91.26 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 63 | 0 | 0.56 | 0.71 | 0.15 | 12.94 | 0.66 | 0.55 |
| Hex | D8 | 60 | 3F | 0 | 38 | 47 | F | D | 42 | 37 |
| Octal | 330 | 140 | 77 | 0 | 70 | 107 | 17 | 15 | 102 | 67 |
| Binary | 11011000 | 1100000 | 111111 | 0 | 111000 | 1000111 | 1111 | 1101 | 1000010 | 110111 |
Color Harmonies of #D8603F
Complementary color
Monochromatic Colors of #D8603F
Black with #D8603F
Text Example
Text Example
White with #D8603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8603F; }
p { color: rgb(216,96,63); }
H1.HeaderClassName
{
color: #D8603F;
}
.AnyTagClassName
{
color: #D8603F;
}
</style>
background-color css
<style>
a { background-color: #D8603F; }
a { background-color: rgb(216,96,63); }
div.DivClassName
{
background-color: #D8603F;
}
.BgClassName
{
background-color: #D8603F;
}
</style>
border-color css
<style>
span { border-color: #D8603F; }
span { border-color: rgb(216,96,63); }
td.TdClassName
{
border-color: #D8603F;
}
.TagClassName
{
border-color: #D8603F;
}
</style>