Shades of Dark Coral #D06545
Tints of Dark Coral #D06545
RGB
CMYK
RGB Variations
Color information
#D06545 (or 0xD06545) is known color: Dark Coral. HEX triplet: D0, 65 and 45. RGB value is (208,101,69). Sum of RGB (Red+Green+Blue) = 208+101+69=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D06545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06545 is #2F9ABA. Grayscale: #818181. Windows color (decimal): -3119803 or 4548048. OLE color: 4548048.
HSL color Cylindrical-coordinate representation of color #D06545: hue angle of 13.81º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D06545 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 69 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.18 |
| HSL | 13.81º | 0.6% | 0.54% | - |
| HSV(B) | 13.81º | 0.67% | 0.82% | - |
| XYZ | 31.74 | 23.15 | 8.43 | - |
| YUV | 129.35 | 93.95 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 69 | 0 | 0.51 | 0.67 | 0.18 | 13.81 | 0.6 | 0.54 |
| Hex | D0 | 65 | 45 | 0 | 33 | 43 | 12 | E | 3C | 36 |
| Octal | 320 | 145 | 105 | 0 | 63 | 103 | 22 | 16 | 74 | 66 |
| Binary | 11010000 | 1100101 | 1000101 | 0 | 110011 | 1000011 | 10010 | 1110 | 111100 | 110110 |
Color Harmonies of #D06545
Complementary color
Monochromatic Colors of #D06545
Black with #D06545
Text Example
Text Example
White with #D06545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06545; }
p { color: rgb(208,101,69); }
H1.HeaderClassName
{
color: #D06545;
}
.AnyTagClassName
{
color: #D06545;
}
</style>
background-color css
<style>
a { background-color: #D06545; }
a { background-color: rgb(208,101,69); }
div.DivClassName
{
background-color: #D06545;
}
.BgClassName
{
background-color: #D06545;
}
</style>
border-color css
<style>
span { border-color: #D06545; }
span { border-color: rgb(208,101,69); }
td.TdClassName
{
border-color: #D06545;
}
.TagClassName
{
border-color: #D06545;
}
</style>