Shades of Dark Coral #D06241
Tints of Dark Coral #D06241
RGB
CMYK
RGB Variations
Color information
#D06241 (or 0xD06241) is known color: Dark Coral. HEX triplet: D0, 62 and 41. RGB value is (208,98,65). Sum of RGB (Red+Green+Blue) = 208+98+65=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D06241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06241 is #2F9DBE. Grayscale: #7F7F7F. Windows color (decimal): -3120575 or 4285136. OLE color: 4285136.
HSL color Cylindrical-coordinate representation of color #D06241: hue angle of 13.85º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D06241 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 65 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.18 |
| HSL | 13.85º | 0.6% | 0.54% | - |
| HSV(B) | 13.85º | 0.69% | 0.82% | - |
| XYZ | 31.33 | 22.53 | 7.7 | - |
| YUV | 127.13 | 92.94 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 65 | 0 | 0.53 | 0.69 | 0.18 | 13.85 | 0.6 | 0.54 |
| Hex | D0 | 62 | 41 | 0 | 35 | 45 | 12 | E | 3C | 36 |
| Octal | 320 | 142 | 101 | 0 | 65 | 105 | 22 | 16 | 74 | 66 |
| Binary | 11010000 | 1100010 | 1000001 | 0 | 110101 | 1000101 | 10010 | 1110 | 111100 | 110110 |
Color Harmonies of #D06241
Complementary color
Monochromatic Colors of #D06241
Black with #D06241
Text Example
Text Example
White with #D06241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06241; }
p { color: rgb(208,98,65); }
H1.HeaderClassName
{
color: #D06241;
}
.AnyTagClassName
{
color: #D06241;
}
</style>
background-color css
<style>
a { background-color: #D06241; }
a { background-color: rgb(208,98,65); }
div.DivClassName
{
background-color: #D06241;
}
.BgClassName
{
background-color: #D06241;
}
</style>
border-color css
<style>
span { border-color: #D06241; }
span { border-color: rgb(208,98,65); }
td.TdClassName
{
border-color: #D06241;
}
.TagClassName
{
border-color: #D06241;
}
</style>