Shades of Dark Coral #D26547
Tints of Dark Coral #D26547
RGB
CMYK
RGB Variations
Color information
#D26547 (or 0xD26547) is known color: Dark Coral. HEX triplet: D2, 65 and 47. RGB value is (210,101,71). Sum of RGB (Red+Green+Blue) = 210+101+71=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D26547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26547 is #2D9AB8. Grayscale: #828282. Windows color (decimal): -2988729 or 4679122. OLE color: 4679122.
HSL color Cylindrical-coordinate representation of color #D26547: hue angle of 12.95º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D26547 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 71 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.18 |
| HSL | 12.95º | 0.61% | 0.55% | - |
| HSV(B) | 12.95º | 0.66% | 0.82% | - |
| XYZ | 32.37 | 23.46 | 8.78 | - |
| YUV | 130.17 | 94.61 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 71 | 0 | 0.52 | 0.66 | 0.18 | 12.95 | 0.61 | 0.55 |
| Hex | D2 | 65 | 47 | 0 | 34 | 42 | 12 | D | 3D | 37 |
| Octal | 322 | 145 | 107 | 0 | 64 | 102 | 22 | 15 | 75 | 67 |
| Binary | 11010010 | 1100101 | 1000111 | 0 | 110100 | 1000010 | 10010 | 1101 | 111101 | 110111 |
Color Harmonies of #D26547
Complementary color
Monochromatic Colors of #D26547
Black with #D26547
Text Example
Text Example
White with #D26547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26547; }
p { color: rgb(210,101,71); }
H1.HeaderClassName
{
color: #D26547;
}
.AnyTagClassName
{
color: #D26547;
}
</style>
background-color css
<style>
a { background-color: #D26547; }
a { background-color: rgb(210,101,71); }
div.DivClassName
{
background-color: #D26547;
}
.BgClassName
{
background-color: #D26547;
}
</style>
border-color css
<style>
span { border-color: #D26547; }
span { border-color: rgb(210,101,71); }
td.TdClassName
{
border-color: #D26547;
}
.TagClassName
{
border-color: #D26547;
}
</style>