Shades of Japonica #D07261
Tints of Japonica #D07261
RGB
CMYK
RGB Variations
Color information
#D07261 (or 0xD07261) is known color: Japonica. HEX triplet: D0, 72 and 61. RGB value is (208,114,97). Sum of RGB (Red+Green+Blue) = 208+114+97=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D07261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07261 is #2F8D9E. Grayscale: #8C8C8C. Windows color (decimal): -3116447 or 6386384. OLE color: 6386384.
HSL color Cylindrical-coordinate representation of color #D07261: hue angle of 9.19º 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 #D07261 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 97 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.18 |
| HSL | 9.19º | 0.54% | 0.6% | - |
| HSV(B) | 9.19º | 0.53% | 0.82% | - |
| XYZ | 34.19 | 26.31 | 14.59 | - |
| YUV | 140.17 | 103.64 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 97 | 0 | 0.45 | 0.53 | 0.18 | 9.19 | 0.54 | 0.6 |
| Hex | D0 | 72 | 61 | 0 | 2D | 35 | 12 | 9 | 36 | 3C |
| Octal | 320 | 162 | 141 | 0 | 55 | 65 | 22 | 11 | 66 | 74 |
| Binary | 11010000 | 1110010 | 1100001 | 0 | 101101 | 110101 | 10010 | 1001 | 110110 | 111100 |
Color Harmonies of #D07261
Complementary color
Monochromatic Colors of #D07261
Black with #D07261
Text Example
Text Example
White with #D07261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07261; }
p { color: rgb(208,114,97); }
H1.HeaderClassName
{
color: #D07261;
}
.AnyTagClassName
{
color: #D07261;
}
</style>
background-color css
<style>
a { background-color: #D07261; }
a { background-color: rgb(208,114,97); }
div.DivClassName
{
background-color: #D07261;
}
.BgClassName
{
background-color: #D07261;
}
</style>
border-color css
<style>
span { border-color: #D07261; }
span { border-color: rgb(208,114,97); }
td.TdClassName
{
border-color: #D07261;
}
.TagClassName
{
border-color: #D07261;
}
</style>