Shades of Japonica #D66D52
Tints of Japonica #D66D52
RGB
CMYK
RGB Variations
Color information
#D66D52 (or 0xD66D52) is known color: Japonica. HEX triplet: D6, 6D and 52. RGB value is (214,109,82). Sum of RGB (Red+Green+Blue) = 214+109+82=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66D52 is #2992AD. Grayscale: #898989. Windows color (decimal): -2724526 or 5402070. OLE color: 5402070.
HSL color Cylindrical-coordinate representation of color #D66D52: hue angle of 12.27º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D66D52 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 109 | 82 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.16 |
| HSL | 12.27º | 0.62% | 0.58% | - |
| HSV(B) | 12.27º | 0.62% | 0.84% | - |
| XYZ | 34.72 | 25.84 | 11.14 | - |
| YUV | 137.32 | 96.79 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 82 | 0 | 0.49 | 0.62 | 0.16 | 12.27 | 0.62 | 0.58 |
| Hex | D6 | 6D | 52 | 0 | 31 | 3E | 10 | C | 3E | 3A |
| Octal | 326 | 155 | 122 | 0 | 61 | 76 | 20 | 14 | 76 | 72 |
| Binary | 11010110 | 1101101 | 1010010 | 0 | 110001 | 111110 | 10000 | 1100 | 111110 | 111010 |
Color Harmonies of #D66D52
Complementary color
Monochromatic Colors of #D66D52
Black with #D66D52
Text Example
Text Example
White with #D66D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66D52; }
p { color: rgb(214,109,82); }
H1.HeaderClassName
{
color: #D66D52;
}
.AnyTagClassName
{
color: #D66D52;
}
</style>
background-color css
<style>
a { background-color: #D66D52; }
a { background-color: rgb(214,109,82); }
div.DivClassName
{
background-color: #D66D52;
}
.BgClassName
{
background-color: #D66D52;
}
</style>
border-color css
<style>
span { border-color: #D66D52; }
span { border-color: rgb(214,109,82); }
td.TdClassName
{
border-color: #D66D52;
}
.TagClassName
{
border-color: #D66D52;
}
</style>