Shades of Dark Coral #D66545
Tints of Dark Coral #D66545
RGB
CMYK
RGB Variations
Color information
#D66545 (or 0xD66545) is known color: Dark Coral. HEX triplet: D6, 65 and 45. RGB value is (214,101,69). Sum of RGB (Red+Green+Blue) = 214+101+69=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D66545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66545 is #299ABA. Grayscale: #838383. Windows color (decimal): -2726587 or 4548054. OLE color: 4548054.
HSL color Cylindrical-coordinate representation of color #D66545: hue angle of 13.24º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D66545 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 69 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.16 |
| HSL | 13.24º | 0.64% | 0.55% | - |
| HSV(B) | 13.24º | 0.68% | 0.84% | - |
| XYZ | 33.46 | 24.03 | 8.51 | - |
| YUV | 131.14 | 92.94 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 69 | 0 | 0.53 | 0.68 | 0.16 | 13.24 | 0.64 | 0.55 |
| Hex | D6 | 65 | 45 | 0 | 35 | 44 | 10 | D | 40 | 37 |
| Octal | 326 | 145 | 105 | 0 | 65 | 104 | 20 | 15 | 100 | 67 |
| Binary | 11010110 | 1100101 | 1000101 | 0 | 110101 | 1000100 | 10000 | 1101 | 1000000 | 110111 |
Color Harmonies of #D66545
Complementary color
Monochromatic Colors of #D66545
Black with #D66545
Text Example
Text Example
White with #D66545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66545; }
p { color: rgb(214,101,69); }
H1.HeaderClassName
{
color: #D66545;
}
.AnyTagClassName
{
color: #D66545;
}
</style>
background-color css
<style>
a { background-color: #D66545; }
a { background-color: rgb(214,101,69); }
div.DivClassName
{
background-color: #D66545;
}
.BgClassName
{
background-color: #D66545;
}
</style>
border-color css
<style>
span { border-color: #D66545; }
span { border-color: rgb(214,101,69); }
td.TdClassName
{
border-color: #D66545;
}
.TagClassName
{
border-color: #D66545;
}
</style>