Shades of Dark Coral #D8523D
Tints of Dark Coral #D8523D
RGB
CMYK
RGB Variations
Color information
#D8523D (or 0xD8523D) is known color: Dark Coral. HEX triplet: D8, 52 and 3D. RGB value is (216,82,61). Sum of RGB (Red+Green+Blue) = 216+82+61=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D8523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8523D is #27ADC2. Grayscale: #777777. Windows color (decimal): -2600387 or 4018904. OLE color: 4018904.
HSL color Cylindrical-coordinate representation of color #D8523D: hue angle of 8.13º 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 #D8523D is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 61 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.15 |
| HSL | 8.13º | 0.67% | 0.54% | - |
| HSV(B) | 8.13º | 0.72% | 0.85% | - |
| XYZ | 32.18 | 20.97 | 6.77 | - |
| YUV | 119.67 | 94.89 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 61 | 0 | 0.62 | 0.72 | 0.15 | 8.13 | 0.67 | 0.54 |
| Hex | D8 | 52 | 3D | 0 | 3E | 48 | F | 8 | 43 | 36 |
| Octal | 330 | 122 | 75 | 0 | 76 | 110 | 17 | 10 | 103 | 66 |
| Binary | 11011000 | 1010010 | 111101 | 0 | 111110 | 1001000 | 1111 | 1000 | 1000011 | 110110 |
Color Harmonies of #D8523D
Complementary color
Monochromatic Colors of #D8523D
Black with #D8523D
Text Example
Text Example
White with #D8523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8523D; }
p { color: rgb(216,82,61); }
H1.HeaderClassName
{
color: #D8523D;
}
.AnyTagClassName
{
color: #D8523D;
}
</style>
background-color css
<style>
a { background-color: #D8523D; }
a { background-color: rgb(216,82,61); }
div.DivClassName
{
background-color: #D8523D;
}
.BgClassName
{
background-color: #D8523D;
}
</style>
border-color css
<style>
span { border-color: #D8523D; }
span { border-color: rgb(216,82,61); }
td.TdClassName
{
border-color: #D8523D;
}
.TagClassName
{
border-color: #D8523D;
}
</style>