Shades of Japonica #D66E5E
Tints of Japonica #D66E5E
RGB
CMYK
RGB Variations
Color information
#D66E5E (or 0xD66E5E) is known color: Japonica. HEX triplet: D6, 6E and 5E. RGB value is (214,110,94). Sum of RGB (Red+Green+Blue) = 214+110+94=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E5E is #2991A1. Grayscale: #8B8B8B. Windows color (decimal): -2724258 or 6188758. OLE color: 6188758.
HSL color Cylindrical-coordinate representation of color #D66E5E: hue angle of 8º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D66E5E is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 110 | 94 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.16 |
| HSL | 8º | 0.59% | 0.6% | - |
| HSV(B) | 8º | 0.56% | 0.84% | - |
| XYZ | 35.33 | 26.26 | 13.8 | - |
| YUV | 139.27 | 102.46 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 110 | 94 | 0 | 0.49 | 0.56 | 0.16 | 8 | 0.59 | 0.6 |
| Hex | D6 | 6E | 5E | 0 | 31 | 38 | 10 | 8 | 3B | 3C |
| Octal | 326 | 156 | 136 | 0 | 61 | 70 | 20 | 10 | 73 | 74 |
| Binary | 11010110 | 1101110 | 1011110 | 0 | 110001 | 111000 | 10000 | 1000 | 111011 | 111100 |
Color Harmonies of #D66E5E
Complementary color
Monochromatic Colors of #D66E5E
Black with #D66E5E
Text Example
Text Example
White with #D66E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66E5E; }
p { color: rgb(214,110,94); }
H1.HeaderClassName
{
color: #D66E5E;
}
.AnyTagClassName
{
color: #D66E5E;
}
</style>
background-color css
<style>
a { background-color: #D66E5E; }
a { background-color: rgb(214,110,94); }
div.DivClassName
{
background-color: #D66E5E;
}
.BgClassName
{
background-color: #D66E5E;
}
</style>
border-color css
<style>
span { border-color: #D66E5E; }
span { border-color: rgb(214,110,94); }
td.TdClassName
{
border-color: #D66E5E;
}
.TagClassName
{
border-color: #D66E5E;
}
</style>