Shades of Dark Coral #D9533C
Tints of Dark Coral #D9533C
RGB
CMYK
RGB Variations
Color information
#D9533C (or 0xD9533C) is known color: Dark Coral. HEX triplet: D9, 53 and 3C. RGB value is (217,83,60). Sum of RGB (Red+Green+Blue) = 217+83+60=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9533C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9533C is #26ACC3. Grayscale: #787878. Windows color (decimal): -2534596 or 3953625. OLE color: 3953625.
HSL color Cylindrical-coordinate representation of color #D9533C: hue angle of 8.79º 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 #D9533C is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 60 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.15 |
| HSL | 8.79º | 0.67% | 0.54% | - |
| HSV(B) | 8.79º | 0.72% | 0.85% | - |
| XYZ | 32.52 | 21.26 | 6.67 | - |
| YUV | 120.44 | 93.89 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 60 | 0 | 0.62 | 0.72 | 0.15 | 8.79 | 0.67 | 0.54 |
| Hex | D9 | 53 | 3C | 0 | 3E | 48 | F | 9 | 43 | 36 |
| Octal | 331 | 123 | 74 | 0 | 76 | 110 | 17 | 11 | 103 | 66 |
| Binary | 11011001 | 1010011 | 111100 | 0 | 111110 | 1001000 | 1111 | 1001 | 1000011 | 110110 |
Color Harmonies of #D9533C
Complementary color
Monochromatic Colors of #D9533C
Black with #D9533C
Text Example
Text Example
White with #D9533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9533C; }
p { color: rgb(217,83,60); }
H1.HeaderClassName
{
color: #D9533C;
}
.AnyTagClassName
{
color: #D9533C;
}
</style>
background-color css
<style>
a { background-color: #D9533C; }
a { background-color: rgb(217,83,60); }
div.DivClassName
{
background-color: #D9533C;
}
.BgClassName
{
background-color: #D9533C;
}
</style>
border-color css
<style>
span { border-color: #D9533C; }
span { border-color: rgb(217,83,60); }
td.TdClassName
{
border-color: #D9533C;
}
.TagClassName
{
border-color: #D9533C;
}
</style>