Shades of Dark Coral #D05A43
Tints of Dark Coral #D05A43
RGB
CMYK
RGB Variations
Color information
#D05A43 (or 0xD05A43) is known color: Dark Coral. HEX triplet: D0, 5A and 43. RGB value is (208,90,67). Sum of RGB (Red+Green+Blue) = 208+90+67=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05A43 is #2FA5BC. Grayscale: #7A7A7A. Windows color (decimal): -3122621 or 4414160. OLE color: 4414160.
HSL color Cylindrical-coordinate representation of color #D05A43: hue angle of 9.79º 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 #D05A43 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 90 | 67 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.18 |
| HSL | 9.79º | 0.6% | 0.54% | - |
| HSV(B) | 9.79º | 0.68% | 0.82% | - |
| XYZ | 30.68 | 21.13 | 7.77 | - |
| YUV | 122.66 | 96.59 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 67 | 0 | 0.57 | 0.68 | 0.18 | 9.79 | 0.6 | 0.54 |
| Hex | D0 | 5A | 43 | 0 | 39 | 44 | 12 | A | 3C | 36 |
| Octal | 320 | 132 | 103 | 0 | 71 | 104 | 22 | 12 | 74 | 66 |
| Binary | 11010000 | 1011010 | 1000011 | 0 | 111001 | 1000100 | 10010 | 1010 | 111100 | 110110 |
Color Harmonies of #D05A43
Complementary color
Monochromatic Colors of #D05A43
Black with #D05A43
Text Example
Text Example
White with #D05A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05A43; }
p { color: rgb(208,90,67); }
H1.HeaderClassName
{
color: #D05A43;
}
.AnyTagClassName
{
color: #D05A43;
}
</style>
background-color css
<style>
a { background-color: #D05A43; }
a { background-color: rgb(208,90,67); }
div.DivClassName
{
background-color: #D05A43;
}
.BgClassName
{
background-color: #D05A43;
}
</style>
border-color css
<style>
span { border-color: #D05A43; }
span { border-color: rgb(208,90,67); }
td.TdClassName
{
border-color: #D05A43;
}
.TagClassName
{
border-color: #D05A43;
}
</style>