Shades of Japonica #D06D52
Tints of Japonica #D06D52
RGB
CMYK
RGB Variations
Color information
#D06D52 (or 0xD06D52) is known color: Japonica. HEX triplet: D0, 6D and 52. RGB value is (208,109,82). Sum of RGB (Red+Green+Blue) = 208+109+82=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D52 is #2F92AD. Grayscale: #878787. Windows color (decimal): -3117742 or 5402064. OLE color: 5402064.
HSL color Cylindrical-coordinate representation of color #D06D52: hue angle of 12.86º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D06D52 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 82 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.18 |
| HSL | 12.86º | 0.57% | 0.57% | - |
| HSV(B) | 12.86º | 0.61% | 0.82% | - |
| XYZ | 33 | 24.96 | 11.06 | - |
| YUV | 135.52 | 97.8 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 82 | 0 | 0.48 | 0.61 | 0.18 | 12.86 | 0.57 | 0.57 |
| Hex | D0 | 6D | 52 | 0 | 30 | 3D | 12 | D | 39 | 39 |
| Octal | 320 | 155 | 122 | 0 | 60 | 75 | 22 | 15 | 71 | 71 |
| Binary | 11010000 | 1101101 | 1010010 | 0 | 110000 | 111101 | 10010 | 1101 | 111001 | 111001 |
Color Harmonies of #D06D52
Complementary color
Monochromatic Colors of #D06D52
Black with #D06D52
Text Example
Text Example
White with #D06D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D52; }
p { color: rgb(208,109,82); }
H1.HeaderClassName
{
color: #D06D52;
}
.AnyTagClassName
{
color: #D06D52;
}
</style>
background-color css
<style>
a { background-color: #D06D52; }
a { background-color: rgb(208,109,82); }
div.DivClassName
{
background-color: #D06D52;
}
.BgClassName
{
background-color: #D06D52;
}
</style>
border-color css
<style>
span { border-color: #D06D52; }
span { border-color: rgb(208,109,82); }
td.TdClassName
{
border-color: #D06D52;
}
.TagClassName
{
border-color: #D06D52;
}
</style>