Shades of Dark Coral #D9523D
Tints of Dark Coral #D9523D
RGB
CMYK
RGB Variations
Color information
#D9523D (or 0xD9523D) is known color: Dark Coral. HEX triplet: D9, 52 and 3D. RGB value is (217,82,61). Sum of RGB (Red+Green+Blue) = 217+82+61=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9523D is #26ADC2. Grayscale: #787878. Windows color (decimal): -2534851 or 4018905. OLE color: 4018905.
HSL color Cylindrical-coordinate representation of color #D9523D: hue angle of 8.08º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9523D is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 82 | 61 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.15 |
| HSL | 8.08º | 0.67% | 0.55% | - |
| HSV(B) | 8.08º | 0.72% | 0.85% | - |
| XYZ | 32.47 | 21.12 | 6.78 | - |
| YUV | 119.97 | 94.73 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 82 | 61 | 0 | 0.62 | 0.72 | 0.15 | 8.08 | 0.67 | 0.55 |
| Hex | D9 | 52 | 3D | 0 | 3E | 48 | F | 8 | 43 | 37 |
| Octal | 331 | 122 | 75 | 0 | 76 | 110 | 17 | 10 | 103 | 67 |
| Binary | 11011001 | 1010010 | 111101 | 0 | 111110 | 1001000 | 1111 | 1000 | 1000011 | 110111 |
Color Harmonies of #D9523D
Complementary color
Monochromatic Colors of #D9523D
Black with #D9523D
Text Example
Text Example
White with #D9523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9523D; }
p { color: rgb(217,82,61); }
H1.HeaderClassName
{
color: #D9523D;
}
.AnyTagClassName
{
color: #D9523D;
}
</style>
background-color css
<style>
a { background-color: #D9523D; }
a { background-color: rgb(217,82,61); }
div.DivClassName
{
background-color: #D9523D;
}
.BgClassName
{
background-color: #D9523D;
}
</style>
border-color css
<style>
span { border-color: #D9523D; }
span { border-color: rgb(217,82,61); }
td.TdClassName
{
border-color: #D9523D;
}
.TagClassName
{
border-color: #D9523D;
}
</style>