Shades of Dark Coral #D05943
Tints of Dark Coral #D05943
RGB
CMYK
RGB Variations
Color information
#D05943 (or 0xD05943) is known color: Dark Coral. HEX triplet: D0, 59 and 43. RGB value is (208,89,67). Sum of RGB (Red+Green+Blue) = 208+89+67=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D05943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05943 is #2FA6BC. Grayscale: #7A7A7A. Windows color (decimal): -3122877 or 4413904. OLE color: 4413904.
HSL color Cylindrical-coordinate representation of color #D05943: hue angle of 9.36º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D05943 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 67 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.18 |
| HSL | 9.36º | 0.6% | 0.54% | - |
| HSV(B) | 9.36º | 0.68% | 0.82% | - |
| XYZ | 30.6 | 20.96 | 7.74 | - |
| YUV | 122.07 | 96.92 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 67 | 0 | 0.57 | 0.68 | 0.18 | 9.36 | 0.6 | 0.54 |
| Hex | D0 | 59 | 43 | 0 | 39 | 44 | 12 | 9 | 3C | 36 |
| Octal | 320 | 131 | 103 | 0 | 71 | 104 | 22 | 11 | 74 | 66 |
| Binary | 11010000 | 1011001 | 1000011 | 0 | 111001 | 1000100 | 10010 | 1001 | 111100 | 110110 |
Color Harmonies of #D05943
Complementary color
Monochromatic Colors of #D05943
Black with #D05943
Text Example
Text Example
White with #D05943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05943; }
p { color: rgb(208,89,67); }
H1.HeaderClassName
{
color: #D05943;
}
.AnyTagClassName
{
color: #D05943;
}
</style>
background-color css
<style>
a { background-color: #D05943; }
a { background-color: rgb(208,89,67); }
div.DivClassName
{
background-color: #D05943;
}
.BgClassName
{
background-color: #D05943;
}
</style>
border-color css
<style>
span { border-color: #D05943; }
span { border-color: rgb(208,89,67); }
td.TdClassName
{
border-color: #D05943;
}
.TagClassName
{
border-color: #D05943;
}
</style>