Shades of Dark Coral #DB523B
Tints of Dark Coral #DB523B
RGB
CMYK
RGB Variations
Color information
#DB523B (or 0xDB523B) is known color: Dark Coral. HEX triplet: DB, 52 and 3B. RGB value is (219,82,59). Sum of RGB (Red+Green+Blue) = 219+82+59=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB523B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB523B is #24ADC4. Grayscale: #787878. Windows color (decimal): -2403781 or 3887835. OLE color: 3887835.
HSL color Cylindrical-coordinate representation of color #DB523B: hue angle of 8.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB523B is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 59 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.14 |
| HSL | 8.63º | 0.69% | 0.55% | - |
| HSV(B) | 8.63º | 0.73% | 0.86% | - |
| XYZ | 33.02 | 21.41 | 6.53 | - |
| YUV | 120.34 | 93.39 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 59 | 0 | 0.63 | 0.73 | 0.14 | 8.63 | 0.69 | 0.55 |
| Hex | DB | 52 | 3B | 0 | 3F | 49 | E | 9 | 45 | 37 |
| Octal | 333 | 122 | 73 | 0 | 77 | 111 | 16 | 11 | 105 | 67 |
| Binary | 11011011 | 1010010 | 111011 | 0 | 111111 | 1001001 | 1110 | 1001 | 1000101 | 110111 |
Color Harmonies of #DB523B
Complementary color
Monochromatic Colors of #DB523B
Black with #DB523B
Text Example
Text Example
White with #DB523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB523B; }
p { color: rgb(219,82,59); }
H1.HeaderClassName
{
color: #DB523B;
}
.AnyTagClassName
{
color: #DB523B;
}
</style>
background-color css
<style>
a { background-color: #DB523B; }
a { background-color: rgb(219,82,59); }
div.DivClassName
{
background-color: #DB523B;
}
.BgClassName
{
background-color: #DB523B;
}
</style>
border-color css
<style>
span { border-color: #DB523B; }
span { border-color: rgb(219,82,59); }
td.TdClassName
{
border-color: #DB523B;
}
.TagClassName
{
border-color: #DB523B;
}
</style>