Shades of Dark Coral #DB5D3E
Tints of Dark Coral #DB5D3E
RGB
CMYK
RGB Variations
Color information
#DB5D3E (or 0xDB5D3E) is known color: Dark Coral. HEX triplet: DB, 5D and 3E. RGB value is (219,93,62). Sum of RGB (Red+Green+Blue) = 219+93+62=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D3E is #24A2C1. Grayscale: #7F7F7F. Windows color (decimal): -2400962 or 4087259. OLE color: 4087259.
HSL color Cylindrical-coordinate representation of color #DB5D3E: hue angle of 11.85º 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 #DB5D3E is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 62 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.14 |
| HSL | 11.85º | 0.69% | 0.55% | - |
| HSV(B) | 11.85º | 0.72% | 0.86% | - |
| XYZ | 34 | 23.24 | 7.25 | - |
| YUV | 127.14 | 91.24 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 62 | 0 | 0.58 | 0.72 | 0.14 | 11.85 | 0.69 | 0.55 |
| Hex | DB | 5D | 3E | 0 | 3A | 48 | E | C | 45 | 37 |
| Octal | 333 | 135 | 76 | 0 | 72 | 110 | 16 | 14 | 105 | 67 |
| Binary | 11011011 | 1011101 | 111110 | 0 | 111010 | 1001000 | 1110 | 1100 | 1000101 | 110111 |
Color Harmonies of #DB5D3E
Complementary color
Monochromatic Colors of #DB5D3E
Black with #DB5D3E
Text Example
Text Example
White with #DB5D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D3E; }
p { color: rgb(219,93,62); }
H1.HeaderClassName
{
color: #DB5D3E;
}
.AnyTagClassName
{
color: #DB5D3E;
}
</style>
background-color css
<style>
a { background-color: #DB5D3E; }
a { background-color: rgb(219,93,62); }
div.DivClassName
{
background-color: #DB5D3E;
}
.BgClassName
{
background-color: #DB5D3E;
}
</style>
border-color css
<style>
span { border-color: #DB5D3E; }
span { border-color: rgb(219,93,62); }
td.TdClassName
{
border-color: #DB5D3E;
}
.TagClassName
{
border-color: #DB5D3E;
}
</style>