Shades of Japonica #D07052
Tints of Japonica #D07052
RGB
CMYK
RGB Variations
Color information
#D07052 (or 0xD07052) is known color: Japonica. HEX triplet: D0, 70 and 52. RGB value is (208,112,82). Sum of RGB (Red+Green+Blue) = 208+112+82=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D07052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07052 is #2F8FAD. Grayscale: #898989. Windows color (decimal): -3116974 or 5402832. OLE color: 5402832.
HSL color Cylindrical-coordinate representation of color #D07052: hue angle of 14.29º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D07052 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 82 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.18 |
| HSL | 14.29º | 0.57% | 0.57% | - |
| HSV(B) | 14.29º | 0.61% | 0.82% | - |
| XYZ | 33.33 | 25.61 | 11.17 | - |
| YUV | 137.28 | 96.8 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 82 | 0 | 0.46 | 0.61 | 0.18 | 14.29 | 0.57 | 0.57 |
| Hex | D0 | 70 | 52 | 0 | 2E | 3D | 12 | E | 39 | 39 |
| Octal | 320 | 160 | 122 | 0 | 56 | 75 | 22 | 16 | 71 | 71 |
| Binary | 11010000 | 1110000 | 1010010 | 0 | 101110 | 111101 | 10010 | 1110 | 111001 | 111001 |
Color Harmonies of #D07052
Complementary color
Monochromatic Colors of #D07052
Black with #D07052
Text Example
Text Example
White with #D07052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07052; }
p { color: rgb(208,112,82); }
H1.HeaderClassName
{
color: #D07052;
}
.AnyTagClassName
{
color: #D07052;
}
</style>
background-color css
<style>
a { background-color: #D07052; }
a { background-color: rgb(208,112,82); }
div.DivClassName
{
background-color: #D07052;
}
.BgClassName
{
background-color: #D07052;
}
</style>
border-color css
<style>
span { border-color: #D07052; }
span { border-color: rgb(208,112,82); }
td.TdClassName
{
border-color: #D07052;
}
.TagClassName
{
border-color: #D07052;
}
</style>