Shades of Dark Coral #DB523E
Tints of Dark Coral #DB523E
RGB
CMYK
RGB Variations
Color information
#DB523E (or 0xDB523E) is known color: Dark Coral. HEX triplet: DB, 52 and 3E. RGB value is (219,82,62). Sum of RGB (Red+Green+Blue) = 219+82+62=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB523E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB523E is #24ADC1. Grayscale: #787878. Windows color (decimal): -2403778 or 4084443. OLE color: 4084443.
HSL color Cylindrical-coordinate representation of color #DB523E: hue angle of 7.64º 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 #DB523E is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 62 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.14 |
| HSL | 7.64º | 0.69% | 0.55% | - |
| HSV(B) | 7.64º | 0.72% | 0.86% | - |
| XYZ | 33.1 | 21.44 | 6.95 | - |
| YUV | 120.68 | 94.89 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 62 | 0 | 0.63 | 0.72 | 0.14 | 7.64 | 0.69 | 0.55 |
| Hex | DB | 52 | 3E | 0 | 3F | 48 | E | 8 | 45 | 37 |
| Octal | 333 | 122 | 76 | 0 | 77 | 110 | 16 | 10 | 105 | 67 |
| Binary | 11011011 | 1010010 | 111110 | 0 | 111111 | 1001000 | 1110 | 1000 | 1000101 | 110111 |
Color Harmonies of #DB523E
Complementary color
Monochromatic Colors of #DB523E
Black with #DB523E
Text Example
Text Example
White with #DB523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB523E; }
p { color: rgb(219,82,62); }
H1.HeaderClassName
{
color: #DB523E;
}
.AnyTagClassName
{
color: #DB523E;
}
</style>
background-color css
<style>
a { background-color: #DB523E; }
a { background-color: rgb(219,82,62); }
div.DivClassName
{
background-color: #DB523E;
}
.BgClassName
{
background-color: #DB523E;
}
</style>
border-color css
<style>
span { border-color: #DB523E; }
span { border-color: rgb(219,82,62); }
td.TdClassName
{
border-color: #DB523E;
}
.TagClassName
{
border-color: #DB523E;
}
</style>