Shades of Dark Coral #D9523B
Tints of Dark Coral #D9523B
RGB
CMYK
RGB Variations
Color information
#D9523B (or 0xD9523B) is known color: Dark Coral. HEX triplet: D9, 52 and 3B. RGB value is (217,82,59). Sum of RGB (Red+Green+Blue) = 217+82+59=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D9523B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9523B is #26ADC4. Grayscale: #777777. Windows color (decimal): -2534853 or 3887833. OLE color: 3887833.
HSL color Cylindrical-coordinate representation of color #D9523B: hue angle of 8.73º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9523B is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 82 | 59 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.15 |
| HSL | 8.73º | 0.68% | 0.54% | - |
| HSV(B) | 8.73º | 0.73% | 0.85% | - |
| XYZ | 32.42 | 21.1 | 6.5 | - |
| YUV | 119.74 | 93.73 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 82 | 59 | 0 | 0.62 | 0.73 | 0.15 | 8.73 | 0.68 | 0.54 |
| Hex | D9 | 52 | 3B | 0 | 3E | 49 | F | 9 | 44 | 36 |
| Octal | 331 | 122 | 73 | 0 | 76 | 111 | 17 | 11 | 104 | 66 |
| Binary | 11011001 | 1010010 | 111011 | 0 | 111110 | 1001001 | 1111 | 1001 | 1000100 | 110110 |
Color Harmonies of #D9523B
Complementary color
Monochromatic Colors of #D9523B
Black with #D9523B
Text Example
Text Example
White with #D9523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9523B; }
p { color: rgb(217,82,59); }
H1.HeaderClassName
{
color: #D9523B;
}
.AnyTagClassName
{
color: #D9523B;
}
</style>
background-color css
<style>
a { background-color: #D9523B; }
a { background-color: rgb(217,82,59); }
div.DivClassName
{
background-color: #D9523B;
}
.BgClassName
{
background-color: #D9523B;
}
</style>
border-color css
<style>
span { border-color: #D9523B; }
span { border-color: rgb(217,82,59); }
td.TdClassName
{
border-color: #D9523B;
}
.TagClassName
{
border-color: #D9523B;
}
</style>