Shades of Japonica #D66E5C
Tints of Japonica #D66E5C
RGB
CMYK
RGB Variations
Color information
#D66E5C (or 0xD66E5C) is known color: Japonica. HEX triplet: D6, 6E and 5C. RGB value is (214,110,92). Sum of RGB (Red+Green+Blue) = 214+110+92=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E5C is #2991A3. Grayscale: #8B8B8B. Windows color (decimal): -2724260 or 6057686. OLE color: 6057686.
HSL color Cylindrical-coordinate representation of color #D66E5C: hue angle of 8.85º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D66E5C is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 110 | 92 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.16 |
| HSL | 8.85º | 0.6% | 0.6% | - |
| HSV(B) | 8.85º | 0.57% | 0.84% | - |
| XYZ | 35.24 | 26.22 | 13.33 | - |
| YUV | 139.04 | 101.46 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 110 | 92 | 0 | 0.49 | 0.57 | 0.16 | 8.85 | 0.6 | 0.6 |
| Hex | D6 | 6E | 5C | 0 | 31 | 39 | 10 | 9 | 3C | 3C |
| Octal | 326 | 156 | 134 | 0 | 61 | 71 | 20 | 11 | 74 | 74 |
| Binary | 11010110 | 1101110 | 1011100 | 0 | 110001 | 111001 | 10000 | 1001 | 111100 | 111100 |
Color Harmonies of #D66E5C
Complementary color
Monochromatic Colors of #D66E5C
Black with #D66E5C
Text Example
Text Example
White with #D66E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66E5C; }
p { color: rgb(214,110,92); }
H1.HeaderClassName
{
color: #D66E5C;
}
.AnyTagClassName
{
color: #D66E5C;
}
</style>
background-color css
<style>
a { background-color: #D66E5C; }
a { background-color: rgb(214,110,92); }
div.DivClassName
{
background-color: #D66E5C;
}
.BgClassName
{
background-color: #D66E5C;
}
</style>
border-color css
<style>
span { border-color: #D66E5C; }
span { border-color: rgb(214,110,92); }
td.TdClassName
{
border-color: #D66E5C;
}
.TagClassName
{
border-color: #D66E5C;
}
</style>