Shades of Dark Coral #D65B43
Tints of Dark Coral #D65B43
RGB
CMYK
RGB Variations
Color information
#D65B43 (or 0xD65B43) is known color: Dark Coral. HEX triplet: D6, 5B and 43. RGB value is (214,91,67). Sum of RGB (Red+Green+Blue) = 214+91+67=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65B43 is #29A4BC. Grayscale: #7D7D7D. Windows color (decimal): -2729149 or 4414422. OLE color: 4414422.
HSL color Cylindrical-coordinate representation of color #D65B43: hue angle of 9.8º 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 #D65B43 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 67 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.16 |
| HSL | 9.8º | 0.64% | 0.55% | - |
| HSV(B) | 9.8º | 0.69% | 0.84% | - |
| XYZ | 32.49 | 22.18 | 7.88 | - |
| YUV | 125.04 | 95.25 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 67 | 0 | 0.57 | 0.69 | 0.16 | 9.8 | 0.64 | 0.55 |
| Hex | D6 | 5B | 43 | 0 | 39 | 45 | 10 | A | 40 | 37 |
| Octal | 326 | 133 | 103 | 0 | 71 | 105 | 20 | 12 | 100 | 67 |
| Binary | 11010110 | 1011011 | 1000011 | 0 | 111001 | 1000101 | 10000 | 1010 | 1000000 | 110111 |
Color Harmonies of #D65B43
Complementary color
Monochromatic Colors of #D65B43
Black with #D65B43
Text Example
Text Example
White with #D65B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65B43; }
p { color: rgb(214,91,67); }
H1.HeaderClassName
{
color: #D65B43;
}
.AnyTagClassName
{
color: #D65B43;
}
</style>
background-color css
<style>
a { background-color: #D65B43; }
a { background-color: rgb(214,91,67); }
div.DivClassName
{
background-color: #D65B43;
}
.BgClassName
{
background-color: #D65B43;
}
</style>
border-color css
<style>
span { border-color: #D65B43; }
span { border-color: rgb(214,91,67); }
td.TdClassName
{
border-color: #D65B43;
}
.TagClassName
{
border-color: #D65B43;
}
</style>