Shades of Dark Coral #D05945
Tints of Dark Coral #D05945
RGB
CMYK
RGB Variations
Color information
#D05945 (or 0xD05945) is known color: Dark Coral. HEX triplet: D0, 59 and 45. RGB value is (208,89,69). Sum of RGB (Red+Green+Blue) = 208+89+69=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D05945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05945 is #2FA6BA. Grayscale: #7A7A7A. Windows color (decimal): -3122875 or 4544976. OLE color: 4544976.
HSL color Cylindrical-coordinate representation of color #D05945: hue angle of 8.63º 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 #D05945 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 69 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.18 |
| HSL | 8.63º | 0.6% | 0.54% | - |
| HSV(B) | 8.63º | 0.67% | 0.82% | - |
| XYZ | 30.66 | 20.98 | 8.06 | - |
| YUV | 122.3 | 97.92 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 69 | 0 | 0.57 | 0.67 | 0.18 | 8.63 | 0.6 | 0.54 |
| Hex | D0 | 59 | 45 | 0 | 39 | 43 | 12 | 9 | 3C | 36 |
| Octal | 320 | 131 | 105 | 0 | 71 | 103 | 22 | 11 | 74 | 66 |
| Binary | 11010000 | 1011001 | 1000101 | 0 | 111001 | 1000011 | 10010 | 1001 | 111100 | 110110 |
Color Harmonies of #D05945
Complementary color
Monochromatic Colors of #D05945
Black with #D05945
Text Example
Text Example
White with #D05945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05945; }
p { color: rgb(208,89,69); }
H1.HeaderClassName
{
color: #D05945;
}
.AnyTagClassName
{
color: #D05945;
}
</style>
background-color css
<style>
a { background-color: #D05945; }
a { background-color: rgb(208,89,69); }
div.DivClassName
{
background-color: #D05945;
}
.BgClassName
{
background-color: #D05945;
}
</style>
border-color css
<style>
span { border-color: #D05945; }
span { border-color: rgb(208,89,69); }
td.TdClassName
{
border-color: #D05945;
}
.TagClassName
{
border-color: #D05945;
}
</style>