Shades of Dark Coral #DA583C
Tints of Dark Coral #DA583C
RGB
CMYK
RGB Variations
Color information
#DA583C (or 0xDA583C) is known color: Dark Coral. HEX triplet: DA, 58 and 3C. RGB value is (218,88,60). Sum of RGB (Red+Green+Blue) = 218+88+60=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA583C is #25A7C3. Grayscale: #7B7B7B. Windows color (decimal): -2467780 or 3954906. OLE color: 3954906.
HSL color Cylindrical-coordinate representation of color #DA583C: hue angle of 10.63º 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 #DA583C is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 60 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.15 |
| HSL | 10.63º | 0.68% | 0.55% | - |
| HSV(B) | 10.63º | 0.72% | 0.85% | - |
| XYZ | 33.22 | 22.21 | 6.81 | - |
| YUV | 123.68 | 92.07 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 60 | 0 | 0.60 | 0.72 | 0.15 | 10.63 | 0.68 | 0.55 |
| Hex | DA | 58 | 3C | 0 | 3C | 48 | F | B | 44 | 37 |
| Octal | 332 | 130 | 74 | 0 | 74 | 110 | 17 | 13 | 104 | 67 |
| Binary | 11011010 | 1011000 | 111100 | 0 | 111100 | 1001000 | 1111 | 1011 | 1000100 | 110111 |
Color Harmonies of #DA583C
Complementary color
Monochromatic Colors of #DA583C
Black with #DA583C
Text Example
Text Example
White with #DA583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA583C; }
p { color: rgb(218,88,60); }
H1.HeaderClassName
{
color: #DA583C;
}
.AnyTagClassName
{
color: #DA583C;
}
</style>
background-color css
<style>
a { background-color: #DA583C; }
a { background-color: rgb(218,88,60); }
div.DivClassName
{
background-color: #DA583C;
}
.BgClassName
{
background-color: #DA583C;
}
</style>
border-color css
<style>
span { border-color: #DA583C; }
span { border-color: rgb(218,88,60); }
td.TdClassName
{
border-color: #DA583C;
}
.TagClassName
{
border-color: #DA583C;
}
</style>