Shades of Dark Coral #D06345
Tints of Dark Coral #D06345
RGB
CMYK
RGB Variations
Color information
#D06345 (or 0xD06345) is known color: Dark Coral. HEX triplet: D0, 63 and 45. RGB value is (208,99,69). Sum of RGB (Red+Green+Blue) = 208+99+69=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D06345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06345 is #2F9CBA. Grayscale: #808080. Windows color (decimal): -3120315 or 4547536. OLE color: 4547536.
HSL color Cylindrical-coordinate representation of color #D06345: hue angle of 12.95º 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 #D06345 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 69 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.18 |
| HSL | 12.95º | 0.6% | 0.54% | - |
| HSV(B) | 12.95º | 0.67% | 0.82% | - |
| XYZ | 31.55 | 22.76 | 8.36 | - |
| YUV | 128.17 | 94.61 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 69 | 0 | 0.52 | 0.67 | 0.18 | 12.95 | 0.6 | 0.54 |
| Hex | D0 | 63 | 45 | 0 | 34 | 43 | 12 | D | 3C | 36 |
| Octal | 320 | 143 | 105 | 0 | 64 | 103 | 22 | 15 | 74 | 66 |
| Binary | 11010000 | 1100011 | 1000101 | 0 | 110100 | 1000011 | 10010 | 1101 | 111100 | 110110 |
Color Harmonies of #D06345
Complementary color
Monochromatic Colors of #D06345
Black with #D06345
Text Example
Text Example
White with #D06345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06345; }
p { color: rgb(208,99,69); }
H1.HeaderClassName
{
color: #D06345;
}
.AnyTagClassName
{
color: #D06345;
}
</style>
background-color css
<style>
a { background-color: #D06345; }
a { background-color: rgb(208,99,69); }
div.DivClassName
{
background-color: #D06345;
}
.BgClassName
{
background-color: #D06345;
}
</style>
border-color css
<style>
span { border-color: #D06345; }
span { border-color: rgb(208,99,69); }
td.TdClassName
{
border-color: #D06345;
}
.TagClassName
{
border-color: #D06345;
}
</style>