Shades of Dark Coral #DB523D
Tints of Dark Coral #DB523D
RGB
CMYK
RGB Variations
Color information
#DB523D (or 0xDB523D) is known color: Dark Coral. HEX triplet: DB, 52 and 3D. RGB value is (219,82,61). Sum of RGB (Red+Green+Blue) = 219+82+61=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB523D is #24ADC2. Grayscale: #787878. Windows color (decimal): -2403779 or 4018907. OLE color: 4018907.
HSL color Cylindrical-coordinate representation of color #DB523D: hue angle of 7.97º 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 #DB523D is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 61 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.14 |
| HSL | 7.97º | 0.69% | 0.55% | - |
| HSV(B) | 7.97º | 0.72% | 0.86% | - |
| XYZ | 33.07 | 21.43 | 6.81 | - |
| YUV | 120.57 | 94.39 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 61 | 0 | 0.63 | 0.72 | 0.14 | 7.97 | 0.69 | 0.55 |
| Hex | DB | 52 | 3D | 0 | 3F | 48 | E | 8 | 45 | 37 |
| Octal | 333 | 122 | 75 | 0 | 77 | 110 | 16 | 10 | 105 | 67 |
| Binary | 11011011 | 1010010 | 111101 | 0 | 111111 | 1001000 | 1110 | 1000 | 1000101 | 110111 |
Color Harmonies of #DB523D
Complementary color
Monochromatic Colors of #DB523D
Black with #DB523D
Text Example
Text Example
White with #DB523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB523D; }
p { color: rgb(219,82,61); }
H1.HeaderClassName
{
color: #DB523D;
}
.AnyTagClassName
{
color: #DB523D;
}
</style>
background-color css
<style>
a { background-color: #DB523D; }
a { background-color: rgb(219,82,61); }
div.DivClassName
{
background-color: #DB523D;
}
.BgClassName
{
background-color: #DB523D;
}
</style>
border-color css
<style>
span { border-color: #DB523D; }
span { border-color: rgb(219,82,61); }
td.TdClassName
{
border-color: #DB523D;
}
.TagClassName
{
border-color: #DB523D;
}
</style>