Shades of Dark Coral #DA593D
Tints of Dark Coral #DA593D
RGB
CMYK
RGB Variations
Color information
#DA593D (or 0xDA593D) is known color: Dark Coral. HEX triplet: DA, 59 and 3D. RGB value is (218,89,61). Sum of RGB (Red+Green+Blue) = 218+89+61=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA593D is #25A6C2. Grayscale: #7C7C7C. Windows color (decimal): -2467523 or 4020698. OLE color: 4020698.
HSL color Cylindrical-coordinate representation of color #DA593D: hue angle of 10.7º 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 #DA593D is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 61 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.15 |
| HSL | 10.7º | 0.68% | 0.55% | - |
| HSV(B) | 10.7º | 0.72% | 0.85% | - |
| XYZ | 33.33 | 22.39 | 6.98 | - |
| YUV | 124.38 | 92.24 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 61 | 0 | 0.59 | 0.72 | 0.15 | 10.7 | 0.68 | 0.55 |
| Hex | DA | 59 | 3D | 0 | 3B | 48 | F | B | 44 | 37 |
| Octal | 332 | 131 | 75 | 0 | 73 | 110 | 17 | 13 | 104 | 67 |
| Binary | 11011010 | 1011001 | 111101 | 0 | 111011 | 1001000 | 1111 | 1011 | 1000100 | 110111 |
Color Harmonies of #DA593D
Complementary color
Monochromatic Colors of #DA593D
Black with #DA593D
Text Example
Text Example
White with #DA593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA593D; }
p { color: rgb(218,89,61); }
H1.HeaderClassName
{
color: #DA593D;
}
.AnyTagClassName
{
color: #DA593D;
}
</style>
background-color css
<style>
a { background-color: #DA593D; }
a { background-color: rgb(218,89,61); }
div.DivClassName
{
background-color: #DA593D;
}
.BgClassName
{
background-color: #DA593D;
}
</style>
border-color css
<style>
span { border-color: #DA593D; }
span { border-color: rgb(218,89,61); }
td.TdClassName
{
border-color: #DA593D;
}
.TagClassName
{
border-color: #DA593D;
}
</style>