Shades of Dark Coral #D06243
Tints of Dark Coral #D06243
RGB
CMYK
RGB Variations
Color information
#D06243 (or 0xD06243) is known color: Dark Coral. HEX triplet: D0, 62 and 43. RGB value is (208,98,67). Sum of RGB (Red+Green+Blue) = 208+98+67=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D06243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06243 is #2F9DBC. Grayscale: #7F7F7F. Windows color (decimal): -3120573 or 4416208. OLE color: 4416208.
HSL color Cylindrical-coordinate representation of color #D06243: hue angle of 13.19º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D06243 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 67 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.18 |
| HSL | 13.19º | 0.6% | 0.54% | - |
| HSV(B) | 13.19º | 0.68% | 0.82% | - |
| XYZ | 31.39 | 22.55 | 8.01 | - |
| YUV | 127.36 | 93.94 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 67 | 0 | 0.53 | 0.68 | 0.18 | 13.19 | 0.6 | 0.54 |
| Hex | D0 | 62 | 43 | 0 | 35 | 44 | 12 | D | 3C | 36 |
| Octal | 320 | 142 | 103 | 0 | 65 | 104 | 22 | 15 | 74 | 66 |
| Binary | 11010000 | 1100010 | 1000011 | 0 | 110101 | 1000100 | 10010 | 1101 | 111100 | 110110 |
Color Harmonies of #D06243
Complementary color
Monochromatic Colors of #D06243
Black with #D06243
Text Example
Text Example
White with #D06243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06243; }
p { color: rgb(208,98,67); }
H1.HeaderClassName
{
color: #D06243;
}
.AnyTagClassName
{
color: #D06243;
}
</style>
background-color css
<style>
a { background-color: #D06243; }
a { background-color: rgb(208,98,67); }
div.DivClassName
{
background-color: #D06243;
}
.BgClassName
{
background-color: #D06243;
}
</style>
border-color css
<style>
span { border-color: #D06243; }
span { border-color: rgb(208,98,67); }
td.TdClassName
{
border-color: #D06243;
}
.TagClassName
{
border-color: #D06243;
}
</style>