Shades of Dark Coral #D05A49
Tints of Dark Coral #D05A49
RGB
CMYK
RGB Variations
Color information
#D05A49 (or 0xD05A49) is known color: Dark Coral. HEX triplet: D0, 5A and 49. RGB value is (208,90,73). Sum of RGB (Red+Green+Blue) = 208+90+73=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05A49 is #2FA5B6. Grayscale: #7B7B7B. Windows color (decimal): -3122615 or 4807376. OLE color: 4807376.
HSL color Cylindrical-coordinate representation of color #D05A49: hue angle of 7.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D05A49 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 90 | 73 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.18 |
| HSL | 7.56º | 0.59% | 0.55% | - |
| HSV(B) | 7.56º | 0.65% | 0.82% | - |
| XYZ | 30.87 | 21.2 | 8.77 | - |
| YUV | 123.34 | 99.59 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 73 | 0 | 0.57 | 0.65 | 0.18 | 7.56 | 0.59 | 0.55 |
| Hex | D0 | 5A | 49 | 0 | 39 | 41 | 12 | 8 | 3B | 37 |
| Octal | 320 | 132 | 111 | 0 | 71 | 101 | 22 | 10 | 73 | 67 |
| Binary | 11010000 | 1011010 | 1001001 | 0 | 111001 | 1000001 | 10010 | 1000 | 111011 | 110111 |
Color Harmonies of #D05A49
Complementary color
Monochromatic Colors of #D05A49
Black with #D05A49
Text Example
Text Example
White with #D05A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05A49; }
p { color: rgb(208,90,73); }
H1.HeaderClassName
{
color: #D05A49;
}
.AnyTagClassName
{
color: #D05A49;
}
</style>
background-color css
<style>
a { background-color: #D05A49; }
a { background-color: rgb(208,90,73); }
div.DivClassName
{
background-color: #D05A49;
}
.BgClassName
{
background-color: #D05A49;
}
</style>
border-color css
<style>
span { border-color: #D05A49; }
span { border-color: rgb(208,90,73); }
td.TdClassName
{
border-color: #D05A49;
}
.TagClassName
{
border-color: #D05A49;
}
</style>