Shades of Dark Coral #DB583D
Tints of Dark Coral #DB583D
RGB
CMYK
RGB Variations
Color information
#DB583D (or 0xDB583D) is known color: Dark Coral. HEX triplet: DB, 58 and 3D. RGB value is (219,88,61). Sum of RGB (Red+Green+Blue) = 219+88+61=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB583D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB583D is #24A7C2. Grayscale: #7C7C7C. Windows color (decimal): -2402243 or 4020443. OLE color: 4020443.
HSL color Cylindrical-coordinate representation of color #DB583D: hue angle of 10.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB583D is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 61 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.14 |
| HSL | 10.25º | 0.69% | 0.55% | - |
| HSV(B) | 10.25º | 0.72% | 0.86% | - |
| XYZ | 33.55 | 22.38 | 6.97 | - |
| YUV | 124.09 | 92.4 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 61 | 0 | 0.60 | 0.72 | 0.14 | 10.25 | 0.69 | 0.55 |
| Hex | DB | 58 | 3D | 0 | 3C | 48 | E | A | 45 | 37 |
| Octal | 333 | 130 | 75 | 0 | 74 | 110 | 16 | 12 | 105 | 67 |
| Binary | 11011011 | 1011000 | 111101 | 0 | 111100 | 1001000 | 1110 | 1010 | 1000101 | 110111 |
Color Harmonies of #DB583D
Complementary color
Monochromatic Colors of #DB583D
Black with #DB583D
Text Example
Text Example
White with #DB583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB583D; }
p { color: rgb(219,88,61); }
H1.HeaderClassName
{
color: #DB583D;
}
.AnyTagClassName
{
color: #DB583D;
}
</style>
background-color css
<style>
a { background-color: #DB583D; }
a { background-color: rgb(219,88,61); }
div.DivClassName
{
background-color: #DB583D;
}
.BgClassName
{
background-color: #DB583D;
}
</style>
border-color css
<style>
span { border-color: #DB583D; }
span { border-color: rgb(219,88,61); }
td.TdClassName
{
border-color: #DB583D;
}
.TagClassName
{
border-color: #DB583D;
}
</style>