Shades of Dark Coral #DB5A44
Tints of Dark Coral #DB5A44
RGB
CMYK
RGB Variations
Color information
#DB5A44 (or 0xDB5A44) is known color: Dark Coral. HEX triplet: DB, 5A and 44. RGB value is (219,90,68). Sum of RGB (Red+Green+Blue) = 219+90+68=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5A44 is #24A5BB. Grayscale: #7E7E7E. Windows color (decimal): -2401724 or 4479707. OLE color: 4479707.
HSL color Cylindrical-coordinate representation of color #DB5A44: hue angle of 8.74º 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 #DB5A44 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 68 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.14 |
| HSL | 8.74º | 0.68% | 0.56% | - |
| HSV(B) | 8.74º | 0.69% | 0.86% | - |
| XYZ | 33.91 | 22.79 | 8.08 | - |
| YUV | 126.06 | 95.24 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 68 | 0 | 0.59 | 0.69 | 0.14 | 8.74 | 0.68 | 0.56 |
| Hex | DB | 5A | 44 | 0 | 3B | 45 | E | 9 | 44 | 38 |
| Octal | 333 | 132 | 104 | 0 | 73 | 105 | 16 | 11 | 104 | 70 |
| Binary | 11011011 | 1011010 | 1000100 | 0 | 111011 | 1000101 | 1110 | 1001 | 1000100 | 111000 |
Color Harmonies of #DB5A44
Complementary color
Monochromatic Colors of #DB5A44
Black with #DB5A44
Text Example
Text Example
White with #DB5A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A44; }
p { color: rgb(219,90,68); }
H1.HeaderClassName
{
color: #DB5A44;
}
.AnyTagClassName
{
color: #DB5A44;
}
</style>
background-color css
<style>
a { background-color: #DB5A44; }
a { background-color: rgb(219,90,68); }
div.DivClassName
{
background-color: #DB5A44;
}
.BgClassName
{
background-color: #DB5A44;
}
</style>
border-color css
<style>
span { border-color: #DB5A44; }
span { border-color: rgb(219,90,68); }
td.TdClassName
{
border-color: #DB5A44;
}
.TagClassName
{
border-color: #DB5A44;
}
</style>