Shades of Dark Coral #D06448
Tints of Dark Coral #D06448
RGB
CMYK
RGB Variations
Color information
#D06448 (or 0xD06448) is known color: Dark Coral. HEX triplet: D0, 64 and 48. RGB value is (208,100,72). Sum of RGB (Red+Green+Blue) = 208+100+72=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D06448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06448 is #2F9BB7. Grayscale: #818181. Windows color (decimal): -3120056 or 4744400. OLE color: 4744400.
HSL color Cylindrical-coordinate representation of color #D06448: hue angle of 12.35º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D06448 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 72 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.18 |
| HSL | 12.35º | 0.59% | 0.55% | - |
| HSV(B) | 12.35º | 0.65% | 0.82% | - |
| XYZ | 31.74 | 22.99 | 8.9 | - |
| YUV | 129.1 | 95.78 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 72 | 0 | 0.52 | 0.65 | 0.18 | 12.35 | 0.59 | 0.55 |
| Hex | D0 | 64 | 48 | 0 | 34 | 41 | 12 | C | 3B | 37 |
| Octal | 320 | 144 | 110 | 0 | 64 | 101 | 22 | 14 | 73 | 67 |
| Binary | 11010000 | 1100100 | 1001000 | 0 | 110100 | 1000001 | 10010 | 1100 | 111011 | 110111 |
Color Harmonies of #D06448
Complementary color
Monochromatic Colors of #D06448
Black with #D06448
Text Example
Text Example
White with #D06448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06448; }
p { color: rgb(208,100,72); }
H1.HeaderClassName
{
color: #D06448;
}
.AnyTagClassName
{
color: #D06448;
}
</style>
background-color css
<style>
a { background-color: #D06448; }
a { background-color: rgb(208,100,72); }
div.DivClassName
{
background-color: #D06448;
}
.BgClassName
{
background-color: #D06448;
}
</style>
border-color css
<style>
span { border-color: #D06448; }
span { border-color: rgb(208,100,72); }
td.TdClassName
{
border-color: #D06448;
}
.TagClassName
{
border-color: #D06448;
}
</style>