Shades of Japonica #D07A54
Tints of Japonica #D07A54
RGB
CMYK
RGB Variations
Color information
#D07A54 (or 0xD07A54) is known color: Japonica. HEX triplet: D0, 7A and 54. RGB value is (208,122,84). Sum of RGB (Red+Green+Blue) = 208+122+84=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A54 is #2F85AB. Grayscale: #8F8F8F. Windows color (decimal): -3114412 or 5536464. OLE color: 5536464.
HSL color Cylindrical-coordinate representation of color #D07A54: hue angle of 18.39º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D07A54 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 84 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.18 |
| HSL | 18.39º | 0.57% | 0.57% | - |
| HSV(B) | 18.39º | 0.6% | 0.82% | - |
| XYZ | 34.57 | 27.97 | 11.96 | - |
| YUV | 143.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 84 | 0 | 0.41 | 0.60 | 0.18 | 18.39 | 0.57 | 0.57 |
| Hex | D0 | 7A | 54 | 0 | 29 | 3C | 12 | 12 | 39 | 39 |
| Octal | 320 | 172 | 124 | 0 | 51 | 74 | 22 | 22 | 71 | 71 |
| Binary | 11010000 | 1111010 | 1010100 | 0 | 101001 | 111100 | 10010 | 10010 | 111001 | 111001 |
Color Harmonies of #D07A54
Complementary color
Monochromatic Colors of #D07A54
Black with #D07A54
Text Example
Text Example
White with #D07A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A54; }
p { color: rgb(208,122,84); }
H1.HeaderClassName
{
color: #D07A54;
}
.AnyTagClassName
{
color: #D07A54;
}
</style>
background-color css
<style>
a { background-color: #D07A54; }
a { background-color: rgb(208,122,84); }
div.DivClassName
{
background-color: #D07A54;
}
.BgClassName
{
background-color: #D07A54;
}
</style>
border-color css
<style>
span { border-color: #D07A54; }
span { border-color: rgb(208,122,84); }
td.TdClassName
{
border-color: #D07A54;
}
.TagClassName
{
border-color: #D07A54;
}
</style>