Shades of Dark Coral #DB5D43
Tints of Dark Coral #DB5D43
RGB
CMYK
RGB Variations
Color information
#DB5D43 (or 0xDB5D43) is known color: Dark Coral. HEX triplet: DB, 5D and 43. RGB value is (219,93,67). Sum of RGB (Red+Green+Blue) = 219+93+67=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D43 is #24A2BC. Grayscale: #7F7F7F. Windows color (decimal): -2400957 or 4414939. OLE color: 4414939.
HSL color Cylindrical-coordinate representation of color #DB5D43: hue angle of 10.26º 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 #DB5D43 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 67 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.14 |
| HSL | 10.26º | 0.68% | 0.56% | - |
| HSV(B) | 10.26º | 0.69% | 0.86% | - |
| XYZ | 34.14 | 23.29 | 8.01 | - |
| YUV | 127.71 | 93.74 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 67 | 0 | 0.58 | 0.69 | 0.14 | 10.26 | 0.68 | 0.56 |
| Hex | DB | 5D | 43 | 0 | 3A | 45 | E | A | 44 | 38 |
| Octal | 333 | 135 | 103 | 0 | 72 | 105 | 16 | 12 | 104 | 70 |
| Binary | 11011011 | 1011101 | 1000011 | 0 | 111010 | 1000101 | 1110 | 1010 | 1000100 | 111000 |
Color Harmonies of #DB5D43
Complementary color
Monochromatic Colors of #DB5D43
Black with #DB5D43
Text Example
Text Example
White with #DB5D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D43; }
p { color: rgb(219,93,67); }
H1.HeaderClassName
{
color: #DB5D43;
}
.AnyTagClassName
{
color: #DB5D43;
}
</style>
background-color css
<style>
a { background-color: #DB5D43; }
a { background-color: rgb(219,93,67); }
div.DivClassName
{
background-color: #DB5D43;
}
.BgClassName
{
background-color: #DB5D43;
}
</style>
border-color css
<style>
span { border-color: #DB5D43; }
span { border-color: rgb(219,93,67); }
td.TdClassName
{
border-color: #DB5D43;
}
.TagClassName
{
border-color: #DB5D43;
}
</style>