Shades of Dark Coral #DC523C
Tints of Dark Coral #DC523C
RGB
CMYK
RGB Variations
Color information
#DC523C (or 0xDC523C) is known color: Dark Coral. HEX triplet: DC, 52 and 3C. RGB value is (220,82,60). Sum of RGB (Red+Green+Blue) = 220+82+60=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC523C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC523C is #23ADC3. Grayscale: #787878. Windows color (decimal): -2338244 or 3953372. OLE color: 3953372.
HSL color Cylindrical-coordinate representation of color #DC523C: hue angle of 8.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC523C is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 60 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.14 |
| HSL | 8.25º | 0.7% | 0.55% | - |
| HSV(B) | 8.25º | 0.73% | 0.86% | - |
| XYZ | 33.35 | 21.58 | 6.68 | - |
| YUV | 120.75 | 93.72 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 60 | 0 | 0.63 | 0.73 | 0.14 | 8.25 | 0.7 | 0.55 |
| Hex | DC | 52 | 3C | 0 | 3F | 49 | E | 8 | 46 | 37 |
| Octal | 334 | 122 | 74 | 0 | 77 | 111 | 16 | 10 | 106 | 67 |
| Binary | 11011100 | 1010010 | 111100 | 0 | 111111 | 1001001 | 1110 | 1000 | 1000110 | 110111 |
Color Harmonies of #DC523C
Complementary color
Monochromatic Colors of #DC523C
Black with #DC523C
Text Example
Text Example
White with #DC523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC523C; }
p { color: rgb(220,82,60); }
H1.HeaderClassName
{
color: #DC523C;
}
.AnyTagClassName
{
color: #DC523C;
}
</style>
background-color css
<style>
a { background-color: #DC523C; }
a { background-color: rgb(220,82,60); }
div.DivClassName
{
background-color: #DC523C;
}
.BgClassName
{
background-color: #DC523C;
}
</style>
border-color css
<style>
span { border-color: #DC523C; }
span { border-color: rgb(220,82,60); }
td.TdClassName
{
border-color: #DC523C;
}
.TagClassName
{
border-color: #DC523C;
}
</style>