Shades of Japonica #D07061
Tints of Japonica #D07061
RGB
CMYK
RGB Variations
Color information
#D07061 (or 0xD07061) is known color: Japonica. HEX triplet: D0, 70 and 61. RGB value is (208,112,97). Sum of RGB (Red+Green+Blue) = 208+112+97=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D07061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07061 is #2F8F9E. Grayscale: #8B8B8B. Windows color (decimal): -3116959 or 6385872. OLE color: 6385872.
HSL color Cylindrical-coordinate representation of color #D07061: hue angle of 8.11º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D07061 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 97 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.18 |
| HSL | 8.11º | 0.54% | 0.6% | - |
| HSV(B) | 8.11º | 0.53% | 0.82% | - |
| XYZ | 33.96 | 25.86 | 14.51 | - |
| YUV | 138.99 | 104.3 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 97 | 0 | 0.46 | 0.53 | 0.18 | 8.11 | 0.54 | 0.6 |
| Hex | D0 | 70 | 61 | 0 | 2E | 35 | 12 | 8 | 36 | 3C |
| Octal | 320 | 160 | 141 | 0 | 56 | 65 | 22 | 10 | 66 | 74 |
| Binary | 11010000 | 1110000 | 1100001 | 0 | 101110 | 110101 | 10010 | 1000 | 110110 | 111100 |
Color Harmonies of #D07061
Complementary color
Monochromatic Colors of #D07061
Black with #D07061
Text Example
Text Example
White with #D07061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07061; }
p { color: rgb(208,112,97); }
H1.HeaderClassName
{
color: #D07061;
}
.AnyTagClassName
{
color: #D07061;
}
</style>
background-color css
<style>
a { background-color: #D07061; }
a { background-color: rgb(208,112,97); }
div.DivClassName
{
background-color: #D07061;
}
.BgClassName
{
background-color: #D07061;
}
</style>
border-color css
<style>
span { border-color: #D07061; }
span { border-color: rgb(208,112,97); }
td.TdClassName
{
border-color: #D07061;
}
.TagClassName
{
border-color: #D07061;
}
</style>