Shades of Dark Coral #D6523B
Tints of Dark Coral #D6523B
RGB
CMYK
RGB Variations
Color information
#D6523B (or 0xD6523B) is known color: Dark Coral. HEX triplet: D6, 52 and 3B. RGB value is (214,82,59). Sum of RGB (Red+Green+Blue) = 214+82+59=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6523B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6523B is #29ADC4. Grayscale: #777777. Windows color (decimal): -2731461 or 3887830. OLE color: 3887830.
HSL color Cylindrical-coordinate representation of color #D6523B: hue angle of 8.9º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6523B is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 59 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.16 |
| HSL | 8.9º | 0.65% | 0.54% | - |
| HSV(B) | 8.9º | 0.72% | 0.84% | - |
| XYZ | 31.54 | 20.65 | 6.46 | - |
| YUV | 118.85 | 94.23 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 59 | 0 | 0.62 | 0.72 | 0.16 | 8.9 | 0.65 | 0.54 |
| Hex | D6 | 52 | 3B | 0 | 3E | 48 | 10 | 9 | 41 | 36 |
| Octal | 326 | 122 | 73 | 0 | 76 | 110 | 20 | 11 | 101 | 66 |
| Binary | 11010110 | 1010010 | 111011 | 0 | 111110 | 1001000 | 10000 | 1001 | 1000001 | 110110 |
Color Harmonies of #D6523B
Complementary color
Monochromatic Colors of #D6523B
Black with #D6523B
Text Example
Text Example
White with #D6523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6523B; }
p { color: rgb(214,82,59); }
H1.HeaderClassName
{
color: #D6523B;
}
.AnyTagClassName
{
color: #D6523B;
}
</style>
background-color css
<style>
a { background-color: #D6523B; }
a { background-color: rgb(214,82,59); }
div.DivClassName
{
background-color: #D6523B;
}
.BgClassName
{
background-color: #D6523B;
}
</style>
border-color css
<style>
span { border-color: #D6523B; }
span { border-color: rgb(214,82,59); }
td.TdClassName
{
border-color: #D6523B;
}
.TagClassName
{
border-color: #D6523B;
}
</style>