Shades of Dark Coral #D0604D
Tints of Dark Coral #D0604D
RGB
CMYK
RGB Variations
Color information
#D0604D (or 0xD0604D) is known color: Dark Coral. HEX triplet: D0, 60 and 4D. RGB value is (208,96,77). Sum of RGB (Red+Green+Blue) = 208+96+77=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0604D is #2F9FB2. Grayscale: #7F7F7F. Windows color (decimal): -3121075 or 5071056. OLE color: 5071056.
HSL color Cylindrical-coordinate representation of color #D0604D: hue angle of 8.7º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0604D is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 77 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.18 |
| HSL | 8.7º | 0.58% | 0.56% | - |
| HSV(B) | 8.7º | 0.63% | 0.82% | - |
| XYZ | 31.53 | 22.31 | 9.67 | - |
| YUV | 127.32 | 99.61 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 77 | 0 | 0.54 | 0.63 | 0.18 | 8.7 | 0.58 | 0.56 |
| Hex | D0 | 60 | 4D | 0 | 36 | 3F | 12 | 9 | 3A | 38 |
| Octal | 320 | 140 | 115 | 0 | 66 | 77 | 22 | 11 | 72 | 70 |
| Binary | 11010000 | 1100000 | 1001101 | 0 | 110110 | 111111 | 10010 | 1001 | 111010 | 111000 |
Color Harmonies of #D0604D
Complementary color
Monochromatic Colors of #D0604D
Black with #D0604D
Text Example
Text Example
White with #D0604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0604D; }
p { color: rgb(208,96,77); }
H1.HeaderClassName
{
color: #D0604D;
}
.AnyTagClassName
{
color: #D0604D;
}
</style>
background-color css
<style>
a { background-color: #D0604D; }
a { background-color: rgb(208,96,77); }
div.DivClassName
{
background-color: #D0604D;
}
.BgClassName
{
background-color: #D0604D;
}
</style>
border-color css
<style>
span { border-color: #D0604D; }
span { border-color: rgb(208,96,77); }
td.TdClassName
{
border-color: #D0604D;
}
.TagClassName
{
border-color: #D0604D;
}
</style>