Shades of Dark Coral #DA503E
Tints of Dark Coral #DA503E
RGB
CMYK
RGB Variations
Color information
#DA503E (or 0xDA503E) is known color: Dark Coral. HEX triplet: DA, 50 and 3E. RGB value is (218,80,62). Sum of RGB (Red+Green+Blue) = 218+80+62=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA503E is #25AFC1. Grayscale: #777777. Windows color (decimal): -2469826 or 4083930. OLE color: 4083930.
HSL color Cylindrical-coordinate representation of color #DA503E: hue angle of 6.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA503E is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 62 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.15 |
| HSL | 6.92º | 0.68% | 0.55% | - |
| HSV(B) | 6.92º | 0.72% | 0.85% | - |
| XYZ | 32.65 | 20.99 | 6.89 | - |
| YUV | 119.21 | 95.72 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 62 | 0 | 0.63 | 0.72 | 0.15 | 6.92 | 0.68 | 0.55 |
| Hex | DA | 50 | 3E | 0 | 3F | 48 | F | 7 | 44 | 37 |
| Octal | 332 | 120 | 76 | 0 | 77 | 110 | 17 | 7 | 104 | 67 |
| Binary | 11011010 | 1010000 | 111110 | 0 | 111111 | 1001000 | 1111 | 111 | 1000100 | 110111 |
Color Harmonies of #DA503E
Complementary color
Monochromatic Colors of #DA503E
Black with #DA503E
Text Example
Text Example
White with #DA503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA503E; }
p { color: rgb(218,80,62); }
H1.HeaderClassName
{
color: #DA503E;
}
.AnyTagClassName
{
color: #DA503E;
}
</style>
background-color css
<style>
a { background-color: #DA503E; }
a { background-color: rgb(218,80,62); }
div.DivClassName
{
background-color: #DA503E;
}
.BgClassName
{
background-color: #DA503E;
}
</style>
border-color css
<style>
span { border-color: #DA503E; }
span { border-color: rgb(218,80,62); }
td.TdClassName
{
border-color: #DA503E;
}
.TagClassName
{
border-color: #DA503E;
}
</style>