Shades of Dark Coral #D05D4A
Tints of Dark Coral #D05D4A
RGB
CMYK
RGB Variations
Color information
#D05D4A (or 0xD05D4A) is known color: Dark Coral. HEX triplet: D0, 5D and 4A. RGB value is (208,93,74). Sum of RGB (Red+Green+Blue) = 208+93+74=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05D4A is #2FA2B5. Grayscale: #7D7D7D. Windows color (decimal): -3121846 or 4873680. OLE color: 4873680.
HSL color Cylindrical-coordinate representation of color #D05D4A: hue angle of 8.51º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D05D4A is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 74 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.18 |
| HSL | 8.51º | 0.59% | 0.55% | - |
| HSV(B) | 8.51º | 0.64% | 0.82% | - |
| XYZ | 31.16 | 21.73 | 9.03 | - |
| YUV | 125.22 | 99.1 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 74 | 0 | 0.55 | 0.64 | 0.18 | 8.51 | 0.59 | 0.55 |
| Hex | D0 | 5D | 4A | 0 | 37 | 40 | 12 | 9 | 3B | 37 |
| Octal | 320 | 135 | 112 | 0 | 67 | 100 | 22 | 11 | 73 | 67 |
| Binary | 11010000 | 1011101 | 1001010 | 0 | 110111 | 1000000 | 10010 | 1001 | 111011 | 110111 |
Color Harmonies of #D05D4A
Complementary color
Monochromatic Colors of #D05D4A
Black with #D05D4A
Text Example
Text Example
White with #D05D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D4A; }
p { color: rgb(208,93,74); }
H1.HeaderClassName
{
color: #D05D4A;
}
.AnyTagClassName
{
color: #D05D4A;
}
</style>
background-color css
<style>
a { background-color: #D05D4A; }
a { background-color: rgb(208,93,74); }
div.DivClassName
{
background-color: #D05D4A;
}
.BgClassName
{
background-color: #D05D4A;
}
</style>
border-color css
<style>
span { border-color: #D05D4A; }
span { border-color: rgb(208,93,74); }
td.TdClassName
{
border-color: #D05D4A;
}
.TagClassName
{
border-color: #D05D4A;
}
</style>