Shades of Japonica #D07561
Tints of Japonica #D07561
RGB
CMYK
RGB Variations
Color information
#D07561 (or 0xD07561) is known color: Japonica. HEX triplet: D0, 75 and 61. RGB value is (208,117,97). Sum of RGB (Red+Green+Blue) = 208+117+97=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D07561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07561 is #2F8A9E. Grayscale: #8E8E8E. Windows color (decimal): -3115679 or 6387152. OLE color: 6387152.
HSL color Cylindrical-coordinate representation of color #D07561: hue angle of 10.81º 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 #D07561 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 97 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.18 |
| HSL | 10.81º | 0.54% | 0.6% | - |
| HSV(B) | 10.81º | 0.53% | 0.82% | - |
| XYZ | 34.53 | 27 | 14.7 | - |
| YUV | 141.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 97 | 0 | 0.44 | 0.53 | 0.18 | 10.81 | 0.54 | 0.6 |
| Hex | D0 | 75 | 61 | 0 | 2C | 35 | 12 | B | 36 | 3C |
| Octal | 320 | 165 | 141 | 0 | 54 | 65 | 22 | 13 | 66 | 74 |
| Binary | 11010000 | 1110101 | 1100001 | 0 | 101100 | 110101 | 10010 | 1011 | 110110 | 111100 |
Color Harmonies of #D07561
Complementary color
Monochromatic Colors of #D07561
Black with #D07561
Text Example
Text Example
White with #D07561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07561; }
p { color: rgb(208,117,97); }
H1.HeaderClassName
{
color: #D07561;
}
.AnyTagClassName
{
color: #D07561;
}
</style>
background-color css
<style>
a { background-color: #D07561; }
a { background-color: rgb(208,117,97); }
div.DivClassName
{
background-color: #D07561;
}
.BgClassName
{
background-color: #D07561;
}
</style>
border-color css
<style>
span { border-color: #D07561; }
span { border-color: rgb(208,117,97); }
td.TdClassName
{
border-color: #D07561;
}
.TagClassName
{
border-color: #D07561;
}
</style>