Shades of Dark Coral #D65442
Tints of Dark Coral #D65442
RGB
CMYK
RGB Variations
Color information
#D65442 (or 0xD65442) is known color: Dark Coral. HEX triplet: D6, 54 and 42. RGB value is (214,84,66). Sum of RGB (Red+Green+Blue) = 214+84+66=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D65442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65442 is #29ABBD. Grayscale: #797979. Windows color (decimal): -2730942 or 4347094. OLE color: 4347094.
HSL color Cylindrical-coordinate representation of color #D65442: hue angle of 7.3º 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 #D65442 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 66 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.16 |
| HSL | 7.3º | 0.64% | 0.55% | - |
| HSV(B) | 7.3º | 0.69% | 0.84% | - |
| XYZ | 31.89 | 21.03 | 7.53 | - |
| YUV | 120.82 | 97.07 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 66 | 0 | 0.61 | 0.69 | 0.16 | 7.3 | 0.64 | 0.55 |
| Hex | D6 | 54 | 42 | 0 | 3D | 45 | 10 | 7 | 40 | 37 |
| Octal | 326 | 124 | 102 | 0 | 75 | 105 | 20 | 7 | 100 | 67 |
| Binary | 11010110 | 1010100 | 1000010 | 0 | 111101 | 1000101 | 10000 | 111 | 1000000 | 110111 |
Color Harmonies of #D65442
Complementary color
Monochromatic Colors of #D65442
Black with #D65442
Text Example
Text Example
White with #D65442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65442; }
p { color: rgb(214,84,66); }
H1.HeaderClassName
{
color: #D65442;
}
.AnyTagClassName
{
color: #D65442;
}
</style>
background-color css
<style>
a { background-color: #D65442; }
a { background-color: rgb(214,84,66); }
div.DivClassName
{
background-color: #D65442;
}
.BgClassName
{
background-color: #D65442;
}
</style>
border-color css
<style>
span { border-color: #D65442; }
span { border-color: rgb(214,84,66); }
td.TdClassName
{
border-color: #D65442;
}
.TagClassName
{
border-color: #D65442;
}
</style>