Shades of Dark Coral #D6503C
Tints of Dark Coral #D6503C
RGB
CMYK
RGB Variations
Color information
#D6503C (or 0xD6503C) is known color: Dark Coral. HEX triplet: D6, 50 and 3C. RGB value is (214,80,60). Sum of RGB (Red+Green+Blue) = 214+80+60=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D6503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6503C is #29AFC3. Grayscale: #767676. Windows color (decimal): -2731972 or 3952854. OLE color: 3952854.
HSL color Cylindrical-coordinate representation of color #D6503C: hue angle of 7.79º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6503C is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 60 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.16 |
| HSL | 7.79º | 0.65% | 0.54% | - |
| HSV(B) | 7.79º | 0.72% | 0.84% | - |
| XYZ | 31.42 | 20.36 | 6.55 | - |
| YUV | 117.79 | 95.39 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 60 | 0 | 0.63 | 0.72 | 0.16 | 7.79 | 0.65 | 0.54 |
| Hex | D6 | 50 | 3C | 0 | 3F | 48 | 10 | 8 | 41 | 36 |
| Octal | 326 | 120 | 74 | 0 | 77 | 110 | 20 | 10 | 101 | 66 |
| Binary | 11010110 | 1010000 | 111100 | 0 | 111111 | 1001000 | 10000 | 1000 | 1000001 | 110110 |
Color Harmonies of #D6503C
Complementary color
Monochromatic Colors of #D6503C
Black with #D6503C
Text Example
Text Example
White with #D6503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6503C; }
p { color: rgb(214,80,60); }
H1.HeaderClassName
{
color: #D6503C;
}
.AnyTagClassName
{
color: #D6503C;
}
</style>
background-color css
<style>
a { background-color: #D6503C; }
a { background-color: rgb(214,80,60); }
div.DivClassName
{
background-color: #D6503C;
}
.BgClassName
{
background-color: #D6503C;
}
</style>
border-color css
<style>
span { border-color: #D6503C; }
span { border-color: rgb(214,80,60); }
td.TdClassName
{
border-color: #D6503C;
}
.TagClassName
{
border-color: #D6503C;
}
</style>