Shades of Dark Coral #D65C43
Tints of Dark Coral #D65C43
RGB
CMYK
RGB Variations
Color information
#D65C43 (or 0xD65C43) is known color: Dark Coral. HEX triplet: D6, 5C and 43. RGB value is (214,92,67). Sum of RGB (Red+Green+Blue) = 214+92+67=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65C43 is #29A3BC. Grayscale: #7D7D7D. Windows color (decimal): -2728893 or 4414678. OLE color: 4414678.
HSL color Cylindrical-coordinate representation of color #D65C43: hue angle of 10.2º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D65C43 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 67 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.16 |
| HSL | 10.2º | 0.64% | 0.55% | - |
| HSV(B) | 10.2º | 0.69% | 0.84% | - |
| XYZ | 32.57 | 22.36 | 7.91 | - |
| YUV | 125.63 | 94.92 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 67 | 0 | 0.57 | 0.69 | 0.16 | 10.2 | 0.64 | 0.55 |
| Hex | D6 | 5C | 43 | 0 | 39 | 45 | 10 | A | 40 | 37 |
| Octal | 326 | 134 | 103 | 0 | 71 | 105 | 20 | 12 | 100 | 67 |
| Binary | 11010110 | 1011100 | 1000011 | 0 | 111001 | 1000101 | 10000 | 1010 | 1000000 | 110111 |
Color Harmonies of #D65C43
Complementary color
Monochromatic Colors of #D65C43
Black with #D65C43
Text Example
Text Example
White with #D65C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C43; }
p { color: rgb(214,92,67); }
H1.HeaderClassName
{
color: #D65C43;
}
.AnyTagClassName
{
color: #D65C43;
}
</style>
background-color css
<style>
a { background-color: #D65C43; }
a { background-color: rgb(214,92,67); }
div.DivClassName
{
background-color: #D65C43;
}
.BgClassName
{
background-color: #D65C43;
}
</style>
border-color css
<style>
span { border-color: #D65C43; }
span { border-color: rgb(214,92,67); }
td.TdClassName
{
border-color: #D65C43;
}
.TagClassName
{
border-color: #D65C43;
}
</style>