Shades of Dark Coral #D66349
Tints of Dark Coral #D66349
RGB
CMYK
RGB Variations
Color information
#D66349 (or 0xD66349) is known color: Dark Coral. HEX triplet: D6, 63 and 49. RGB value is (214,99,73). Sum of RGB (Red+Green+Blue) = 214+99+73=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D66349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66349 is #299CB6. Grayscale: #828282. Windows color (decimal): -2727095 or 4809686. OLE color: 4809686.
HSL color Cylindrical-coordinate representation of color #D66349: hue angle of 11.06º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D66349 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 73 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.16 |
| HSL | 11.06º | 0.63% | 0.56% | - |
| HSV(B) | 11.06º | 0.66% | 0.84% | - |
| XYZ | 33.4 | 23.7 | 9.12 | - |
| YUV | 130.42 | 95.6 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 73 | 0 | 0.54 | 0.66 | 0.16 | 11.06 | 0.63 | 0.56 |
| Hex | D6 | 63 | 49 | 0 | 36 | 42 | 10 | B | 3F | 38 |
| Octal | 326 | 143 | 111 | 0 | 66 | 102 | 20 | 13 | 77 | 70 |
| Binary | 11010110 | 1100011 | 1001001 | 0 | 110110 | 1000010 | 10000 | 1011 | 111111 | 111000 |
Color Harmonies of #D66349
Complementary color
Monochromatic Colors of #D66349
Black with #D66349
Text Example
Text Example
White with #D66349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66349; }
p { color: rgb(214,99,73); }
H1.HeaderClassName
{
color: #D66349;
}
.AnyTagClassName
{
color: #D66349;
}
</style>
background-color css
<style>
a { background-color: #D66349; }
a { background-color: rgb(214,99,73); }
div.DivClassName
{
background-color: #D66349;
}
.BgClassName
{
background-color: #D66349;
}
</style>
border-color css
<style>
span { border-color: #D66349; }
span { border-color: rgb(214,99,73); }
td.TdClassName
{
border-color: #D66349;
}
.TagClassName
{
border-color: #D66349;
}
</style>