Shades of Dark Coral #D8533D
Tints of Dark Coral #D8533D
RGB
CMYK
RGB Variations
Color information
#D8533D (or 0xD8533D) is known color: Dark Coral. HEX triplet: D8, 53 and 3D. RGB value is (216,83,61). Sum of RGB (Red+Green+Blue) = 216+83+61=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D8533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8533D is #27ACC2. Grayscale: #787878. Windows color (decimal): -2600131 or 4019160. OLE color: 4019160.
HSL color Cylindrical-coordinate representation of color #D8533D: hue angle of 8.52º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8533D is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 61 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.15 |
| HSL | 8.52º | 0.67% | 0.54% | - |
| HSV(B) | 8.52º | 0.72% | 0.85% | - |
| XYZ | 32.25 | 21.12 | 6.79 | - |
| YUV | 120.26 | 94.56 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 61 | 0 | 0.62 | 0.72 | 0.15 | 8.52 | 0.67 | 0.54 |
| Hex | D8 | 53 | 3D | 0 | 3E | 48 | F | 9 | 43 | 36 |
| Octal | 330 | 123 | 75 | 0 | 76 | 110 | 17 | 11 | 103 | 66 |
| Binary | 11011000 | 1010011 | 111101 | 0 | 111110 | 1001000 | 1111 | 1001 | 1000011 | 110110 |
Color Harmonies of #D8533D
Complementary color
Monochromatic Colors of #D8533D
Black with #D8533D
Text Example
Text Example
White with #D8533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8533D; }
p { color: rgb(216,83,61); }
H1.HeaderClassName
{
color: #D8533D;
}
.AnyTagClassName
{
color: #D8533D;
}
</style>
background-color css
<style>
a { background-color: #D8533D; }
a { background-color: rgb(216,83,61); }
div.DivClassName
{
background-color: #D8533D;
}
.BgClassName
{
background-color: #D8533D;
}
</style>
border-color css
<style>
span { border-color: #D8533D; }
span { border-color: rgb(216,83,61); }
td.TdClassName
{
border-color: #D8533D;
}
.TagClassName
{
border-color: #D8533D;
}
</style>