Shades of Japonica #D66C53
Tints of Japonica #D66C53
RGB
CMYK
RGB Variations
Color information
#D66C53 (or 0xD66C53) is known color: Japonica. HEX triplet: D6, 6C and 53. RGB value is (214,108,83). Sum of RGB (Red+Green+Blue) = 214+108+83=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C53 is #2993AC. Grayscale: #898989. Windows color (decimal): -2724781 or 5467350. OLE color: 5467350.
HSL color Cylindrical-coordinate representation of color #D66C53: hue angle of 11.45º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D66C53 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 108 | 83 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.16 |
| HSL | 11.45º | 0.62% | 0.58% | - |
| HSV(B) | 11.45º | 0.61% | 0.84% | - |
| XYZ | 34.66 | 25.65 | 11.31 | - |
| YUV | 136.84 | 97.62 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 83 | 0 | 0.50 | 0.61 | 0.16 | 11.45 | 0.62 | 0.58 |
| Hex | D6 | 6C | 53 | 0 | 32 | 3D | 10 | B | 3E | 3A |
| Octal | 326 | 154 | 123 | 0 | 62 | 75 | 20 | 13 | 76 | 72 |
| Binary | 11010110 | 1101100 | 1010011 | 0 | 110010 | 111101 | 10000 | 1011 | 111110 | 111010 |
Color Harmonies of #D66C53
Complementary color
Monochromatic Colors of #D66C53
Black with #D66C53
Text Example
Text Example
White with #D66C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66C53; }
p { color: rgb(214,108,83); }
H1.HeaderClassName
{
color: #D66C53;
}
.AnyTagClassName
{
color: #D66C53;
}
</style>
background-color css
<style>
a { background-color: #D66C53; }
a { background-color: rgb(214,108,83); }
div.DivClassName
{
background-color: #D66C53;
}
.BgClassName
{
background-color: #D66C53;
}
</style>
border-color css
<style>
span { border-color: #D66C53; }
span { border-color: rgb(214,108,83); }
td.TdClassName
{
border-color: #D66C53;
}
.TagClassName
{
border-color: #D66C53;
}
</style>