Shades of Dark Coral #D65842
Tints of Dark Coral #D65842
RGB
CMYK
RGB Variations
Color information
#D65842 (or 0xD65842) is known color: Dark Coral. HEX triplet: D6, 58 and 42. RGB value is (214,88,66). Sum of RGB (Red+Green+Blue) = 214+88+66=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D65842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65842 is #29A7BD. Grayscale: #7B7B7B. Windows color (decimal): -2729918 or 4348118. OLE color: 4348118.
HSL color Cylindrical-coordinate representation of color #D65842: hue angle of 8.92º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D65842 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 66 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.16 |
| HSL | 8.92º | 0.64% | 0.55% | - |
| HSV(B) | 8.92º | 0.69% | 0.84% | - |
| XYZ | 32.2 | 21.67 | 7.64 | - |
| YUV | 123.17 | 95.74 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 66 | 0 | 0.59 | 0.69 | 0.16 | 8.92 | 0.64 | 0.55 |
| Hex | D6 | 58 | 42 | 0 | 3B | 45 | 10 | 9 | 40 | 37 |
| Octal | 326 | 130 | 102 | 0 | 73 | 105 | 20 | 11 | 100 | 67 |
| Binary | 11010110 | 1011000 | 1000010 | 0 | 111011 | 1000101 | 10000 | 1001 | 1000000 | 110111 |
Color Harmonies of #D65842
Complementary color
Monochromatic Colors of #D65842
Black with #D65842
Text Example
Text Example
White with #D65842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65842; }
p { color: rgb(214,88,66); }
H1.HeaderClassName
{
color: #D65842;
}
.AnyTagClassName
{
color: #D65842;
}
</style>
background-color css
<style>
a { background-color: #D65842; }
a { background-color: rgb(214,88,66); }
div.DivClassName
{
background-color: #D65842;
}
.BgClassName
{
background-color: #D65842;
}
</style>
border-color css
<style>
span { border-color: #D65842; }
span { border-color: rgb(214,88,66); }
td.TdClassName
{
border-color: #D65842;
}
.TagClassName
{
border-color: #D65842;
}
</style>