Shades of Dark Coral #D05944
Tints of Dark Coral #D05944
RGB
CMYK
RGB Variations
Color information
#D05944 (or 0xD05944) is known color: Dark Coral. HEX triplet: D0, 59 and 44. RGB value is (208,89,68). Sum of RGB (Red+Green+Blue) = 208+89+68=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D05944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05944 is #2FA6BB. Grayscale: #7A7A7A. Windows color (decimal): -3122876 or 4479440. OLE color: 4479440.
HSL color Cylindrical-coordinate representation of color #D05944: hue angle of 9º 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 #D05944 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 68 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.18 |
| HSL | 9º | 0.6% | 0.54% | - |
| HSV(B) | 9º | 0.67% | 0.82% | - |
| XYZ | 30.63 | 20.97 | 7.9 | - |
| YUV | 122.19 | 97.42 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 68 | 0 | 0.57 | 0.67 | 0.18 | 9 | 0.6 | 0.54 |
| Hex | D0 | 59 | 44 | 0 | 39 | 43 | 12 | 9 | 3C | 36 |
| Octal | 320 | 131 | 104 | 0 | 71 | 103 | 22 | 11 | 74 | 66 |
| Binary | 11010000 | 1011001 | 1000100 | 0 | 111001 | 1000011 | 10010 | 1001 | 111100 | 110110 |
Color Harmonies of #D05944
Complementary color
Monochromatic Colors of #D05944
Black with #D05944
Text Example
Text Example
White with #D05944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05944; }
p { color: rgb(208,89,68); }
H1.HeaderClassName
{
color: #D05944;
}
.AnyTagClassName
{
color: #D05944;
}
</style>
background-color css
<style>
a { background-color: #D05944; }
a { background-color: rgb(208,89,68); }
div.DivClassName
{
background-color: #D05944;
}
.BgClassName
{
background-color: #D05944;
}
</style>
border-color css
<style>
span { border-color: #D05944; }
span { border-color: rgb(208,89,68); }
td.TdClassName
{
border-color: #D05944;
}
.TagClassName
{
border-color: #D05944;
}
</style>