Shades of Dark Coral #DB533D
Tints of Dark Coral #DB533D
RGB
CMYK
RGB Variations
Color information
#DB533D (or 0xDB533D) is known color: Dark Coral. HEX triplet: DB, 53 and 3D. RGB value is (219,83,61). Sum of RGB (Red+Green+Blue) = 219+83+61=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB533D is #24ACC2. Grayscale: #797979. Windows color (decimal): -2403523 or 4019163. OLE color: 4019163.
HSL color Cylindrical-coordinate representation of color #DB533D: hue angle of 8.35º 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 #DB533D is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 61 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.14 |
| HSL | 8.35º | 0.69% | 0.55% | - |
| HSV(B) | 8.35º | 0.72% | 0.86% | - |
| XYZ | 33.15 | 21.58 | 6.83 | - |
| YUV | 121.16 | 94.06 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 61 | 0 | 0.62 | 0.72 | 0.14 | 8.35 | 0.69 | 0.55 |
| Hex | DB | 53 | 3D | 0 | 3E | 48 | E | 8 | 45 | 37 |
| Octal | 333 | 123 | 75 | 0 | 76 | 110 | 16 | 10 | 105 | 67 |
| Binary | 11011011 | 1010011 | 111101 | 0 | 111110 | 1001000 | 1110 | 1000 | 1000101 | 110111 |
Color Harmonies of #DB533D
Complementary color
Monochromatic Colors of #DB533D
Black with #DB533D
Text Example
Text Example
White with #DB533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB533D; }
p { color: rgb(219,83,61); }
H1.HeaderClassName
{
color: #DB533D;
}
.AnyTagClassName
{
color: #DB533D;
}
</style>
background-color css
<style>
a { background-color: #DB533D; }
a { background-color: rgb(219,83,61); }
div.DivClassName
{
background-color: #DB533D;
}
.BgClassName
{
background-color: #DB533D;
}
</style>
border-color css
<style>
span { border-color: #DB533D; }
span { border-color: rgb(219,83,61); }
td.TdClassName
{
border-color: #DB533D;
}
.TagClassName
{
border-color: #DB533D;
}
</style>