Shades of Japonica #D07353
Tints of Japonica #D07353
RGB
CMYK
RGB Variations
Color information
#D07353 (or 0xD07353) is known color: Japonica. HEX triplet: D0, 73 and 53. RGB value is (208,115,83). Sum of RGB (Red+Green+Blue) = 208+115+83=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D07353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07353 is #2F8CAC. Grayscale: #8B8B8B. Windows color (decimal): -3116205 or 5469136. OLE color: 5469136.
HSL color Cylindrical-coordinate representation of color #D07353: hue angle of 15.36º 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 #D07353 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 83 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.18 |
| HSL | 15.36º | 0.57% | 0.57% | - |
| HSV(B) | 15.36º | 0.6% | 0.82% | - |
| XYZ | 33.7 | 26.3 | 11.48 | - |
| YUV | 139.16 | 96.31 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 83 | 0 | 0.45 | 0.60 | 0.18 | 15.36 | 0.57 | 0.57 |
| Hex | D0 | 73 | 53 | 0 | 2D | 3C | 12 | F | 39 | 39 |
| Octal | 320 | 163 | 123 | 0 | 55 | 74 | 22 | 17 | 71 | 71 |
| Binary | 11010000 | 1110011 | 1010011 | 0 | 101101 | 111100 | 10010 | 1111 | 111001 | 111001 |
Color Harmonies of #D07353
Complementary color
Monochromatic Colors of #D07353
Black with #D07353
Text Example
Text Example
White with #D07353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07353; }
p { color: rgb(208,115,83); }
H1.HeaderClassName
{
color: #D07353;
}
.AnyTagClassName
{
color: #D07353;
}
</style>
background-color css
<style>
a { background-color: #D07353; }
a { background-color: rgb(208,115,83); }
div.DivClassName
{
background-color: #D07353;
}
.BgClassName
{
background-color: #D07353;
}
</style>
border-color css
<style>
span { border-color: #D07353; }
span { border-color: rgb(208,115,83); }
td.TdClassName
{
border-color: #D07353;
}
.TagClassName
{
border-color: #D07353;
}
</style>