Shades of Dark Coral #D6523D
Tints of Dark Coral #D6523D
RGB
CMYK
RGB Variations
Color information
#D6523D (or 0xD6523D) is known color: Dark Coral. HEX triplet: D6, 52 and 3D. RGB value is (214,82,61). Sum of RGB (Red+Green+Blue) = 214+82+61=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6523D is #29ADC2. Grayscale: #777777. Windows color (decimal): -2731459 or 4018902. OLE color: 4018902.
HSL color Cylindrical-coordinate representation of color #D6523D: hue angle of 8.24º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6523D is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 61 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.16 |
| HSL | 8.24º | 0.65% | 0.54% | - |
| HSV(B) | 8.24º | 0.71% | 0.84% | - |
| XYZ | 31.59 | 20.67 | 6.74 | - |
| YUV | 119.07 | 95.23 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 61 | 0 | 0.62 | 0.71 | 0.16 | 8.24 | 0.65 | 0.54 |
| Hex | D6 | 52 | 3D | 0 | 3E | 47 | 10 | 8 | 41 | 36 |
| Octal | 326 | 122 | 75 | 0 | 76 | 107 | 20 | 10 | 101 | 66 |
| Binary | 11010110 | 1010010 | 111101 | 0 | 111110 | 1000111 | 10000 | 1000 | 1000001 | 110110 |
Color Harmonies of #D6523D
Complementary color
Monochromatic Colors of #D6523D
Black with #D6523D
Text Example
Text Example
White with #D6523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6523D; }
p { color: rgb(214,82,61); }
H1.HeaderClassName
{
color: #D6523D;
}
.AnyTagClassName
{
color: #D6523D;
}
</style>
background-color css
<style>
a { background-color: #D6523D; }
a { background-color: rgb(214,82,61); }
div.DivClassName
{
background-color: #D6523D;
}
.BgClassName
{
background-color: #D6523D;
}
</style>
border-color css
<style>
span { border-color: #D6523D; }
span { border-color: rgb(214,82,61); }
td.TdClassName
{
border-color: #D6523D;
}
.TagClassName
{
border-color: #D6523D;
}
</style>