Shades of Dark Coral #DB5A43
Tints of Dark Coral #DB5A43
RGB
CMYK
RGB Variations
Color information
#DB5A43 (or 0xDB5A43) is known color: Dark Coral. HEX triplet: DB, 5A and 43. RGB value is (219,90,67). Sum of RGB (Red+Green+Blue) = 219+90+67=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5A43 is #24A5BC. Grayscale: #7E7E7E. Windows color (decimal): -2401725 or 4414171. OLE color: 4414171.
HSL color Cylindrical-coordinate representation of color #DB5A43: hue angle of 9.08º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB5A43 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 67 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.14 |
| HSL | 9.08º | 0.68% | 0.56% | - |
| HSV(B) | 9.08º | 0.69% | 0.86% | - |
| XYZ | 33.88 | 22.78 | 7.92 | - |
| YUV | 125.95 | 94.74 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 67 | 0 | 0.59 | 0.69 | 0.14 | 9.08 | 0.68 | 0.56 |
| Hex | DB | 5A | 43 | 0 | 3B | 45 | E | 9 | 44 | 38 |
| Octal | 333 | 132 | 103 | 0 | 73 | 105 | 16 | 11 | 104 | 70 |
| Binary | 11011011 | 1011010 | 1000011 | 0 | 111011 | 1000101 | 1110 | 1001 | 1000100 | 111000 |
Color Harmonies of #DB5A43
Complementary color
Monochromatic Colors of #DB5A43
Black with #DB5A43
Text Example
Text Example
White with #DB5A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A43; }
p { color: rgb(219,90,67); }
H1.HeaderClassName
{
color: #DB5A43;
}
.AnyTagClassName
{
color: #DB5A43;
}
</style>
background-color css
<style>
a { background-color: #DB5A43; }
a { background-color: rgb(219,90,67); }
div.DivClassName
{
background-color: #DB5A43;
}
.BgClassName
{
background-color: #DB5A43;
}
</style>
border-color css
<style>
span { border-color: #DB5A43; }
span { border-color: rgb(219,90,67); }
td.TdClassName
{
border-color: #DB5A43;
}
.TagClassName
{
border-color: #DB5A43;
}
</style>