Shades of Japonica #D07053
Tints of Japonica #D07053
RGB
CMYK
RGB Variations
Color information
#D07053 (or 0xD07053) is known color: Japonica. HEX triplet: D0, 70 and 53. RGB value is (208,112,83). Sum of RGB (Red+Green+Blue) = 208+112+83=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D07053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07053 is #2F8FAC. Grayscale: #898989. Windows color (decimal): -3116973 or 5468368. OLE color: 5468368.
HSL color Cylindrical-coordinate representation of color #D07053: hue angle of 13.92º 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 #D07053 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 83 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.18 |
| HSL | 13.92º | 0.57% | 0.57% | - |
| HSV(B) | 13.92º | 0.6% | 0.82% | - |
| XYZ | 33.37 | 25.62 | 11.37 | - |
| YUV | 137.4 | 97.3 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 83 | 0 | 0.46 | 0.60 | 0.18 | 13.92 | 0.57 | 0.57 |
| Hex | D0 | 70 | 53 | 0 | 2E | 3C | 12 | E | 39 | 39 |
| Octal | 320 | 160 | 123 | 0 | 56 | 74 | 22 | 16 | 71 | 71 |
| Binary | 11010000 | 1110000 | 1010011 | 0 | 101110 | 111100 | 10010 | 1110 | 111001 | 111001 |
Color Harmonies of #D07053
Complementary color
Monochromatic Colors of #D07053
Black with #D07053
Text Example
Text Example
White with #D07053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07053; }
p { color: rgb(208,112,83); }
H1.HeaderClassName
{
color: #D07053;
}
.AnyTagClassName
{
color: #D07053;
}
</style>
background-color css
<style>
a { background-color: #D07053; }
a { background-color: rgb(208,112,83); }
div.DivClassName
{
background-color: #D07053;
}
.BgClassName
{
background-color: #D07053;
}
</style>
border-color css
<style>
span { border-color: #D07053; }
span { border-color: rgb(208,112,83); }
td.TdClassName
{
border-color: #D07053;
}
.TagClassName
{
border-color: #D07053;
}
</style>