Shades of Dark Coral #D06143
Tints of Dark Coral #D06143
RGB
CMYK
RGB Variations
Color information
#D06143 (or 0xD06143) is known color: Dark Coral. HEX triplet: D0, 61 and 43. RGB value is (208,97,67). Sum of RGB (Red+Green+Blue) = 208+97+67=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D06143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06143 is #2F9EBC. Grayscale: #7F7F7F. Windows color (decimal): -3120829 or 4415952. OLE color: 4415952.
HSL color Cylindrical-coordinate representation of color #D06143: hue angle of 12.77º 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 #D06143 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 67 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.18 |
| HSL | 12.77º | 0.6% | 0.54% | - |
| HSV(B) | 12.77º | 0.68% | 0.82% | - |
| XYZ | 31.3 | 22.36 | 7.98 | - |
| YUV | 126.77 | 94.27 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 67 | 0 | 0.53 | 0.68 | 0.18 | 12.77 | 0.6 | 0.54 |
| Hex | D0 | 61 | 43 | 0 | 35 | 44 | 12 | D | 3C | 36 |
| Octal | 320 | 141 | 103 | 0 | 65 | 104 | 22 | 15 | 74 | 66 |
| Binary | 11010000 | 1100001 | 1000011 | 0 | 110101 | 1000100 | 10010 | 1101 | 111100 | 110110 |
Color Harmonies of #D06143
Complementary color
Monochromatic Colors of #D06143
Black with #D06143
Text Example
Text Example
White with #D06143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06143; }
p { color: rgb(208,97,67); }
H1.HeaderClassName
{
color: #D06143;
}
.AnyTagClassName
{
color: #D06143;
}
</style>
background-color css
<style>
a { background-color: #D06143; }
a { background-color: rgb(208,97,67); }
div.DivClassName
{
background-color: #D06143;
}
.BgClassName
{
background-color: #D06143;
}
</style>
border-color css
<style>
span { border-color: #D06143; }
span { border-color: rgb(208,97,67); }
td.TdClassName
{
border-color: #D06143;
}
.TagClassName
{
border-color: #D06143;
}
</style>