Shades of Dark Coral #D1654E
Tints of Dark Coral #D1654E
RGB
CMYK
RGB Variations
Color information
#D1654E (or 0xD1654E) is known color: Dark Coral. HEX triplet: D1, 65 and 4E. RGB value is (209,101,78). Sum of RGB (Red+Green+Blue) = 209+101+78=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1654E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1654E is #2E9AB1. Grayscale: #828282. Windows color (decimal): -3054258 or 5137873. OLE color: 5137873.
HSL color Cylindrical-coordinate representation of color #D1654E: hue angle of 10.53º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1654E is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 78 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.18 |
| HSL | 10.53º | 0.59% | 0.56% | - |
| HSV(B) | 10.53º | 0.63% | 0.82% | - |
| XYZ | 32.32 | 23.41 | 10.02 | - |
| YUV | 130.67 | 98.28 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 78 | 0 | 0.52 | 0.63 | 0.18 | 10.53 | 0.59 | 0.56 |
| Hex | D1 | 65 | 4E | 0 | 34 | 3F | 12 | B | 3B | 38 |
| Octal | 321 | 145 | 116 | 0 | 64 | 77 | 22 | 13 | 73 | 70 |
| Binary | 11010001 | 1100101 | 1001110 | 0 | 110100 | 111111 | 10010 | 1011 | 111011 | 111000 |
Color Harmonies of #D1654E
Complementary color
Monochromatic Colors of #D1654E
Black with #D1654E
Text Example
Text Example
White with #D1654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1654E; }
p { color: rgb(209,101,78); }
H1.HeaderClassName
{
color: #D1654E;
}
.AnyTagClassName
{
color: #D1654E;
}
</style>
background-color css
<style>
a { background-color: #D1654E; }
a { background-color: rgb(209,101,78); }
div.DivClassName
{
background-color: #D1654E;
}
.BgClassName
{
background-color: #D1654E;
}
</style>
border-color css
<style>
span { border-color: #D1654E; }
span { border-color: rgb(209,101,78); }
td.TdClassName
{
border-color: #D1654E;
}
.TagClassName
{
border-color: #D1654E;
}
</style>