Shades of Japonica #D2735B
Tints of Japonica #D2735B
RGB
CMYK
RGB Variations
Color information
#D2735B (or 0xD2735B) is known color: Japonica. HEX triplet: D2, 73 and 5B. RGB value is (210,115,91). Sum of RGB (Red+Green+Blue) = 210+115+91=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2735B is #2D8CA4. Grayscale: #8C8C8C. Windows color (decimal): -2985125 or 5993426. OLE color: 5993426.
HSL color Cylindrical-coordinate representation of color #D2735B: hue angle of 12.1º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2735B is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 91 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.18 |
| HSL | 12.1º | 0.57% | 0.59% | - |
| HSV(B) | 12.1º | 0.57% | 0.82% | - |
| XYZ | 34.6 | 26.72 | 13.23 | - |
| YUV | 140.67 | 99.97 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 91 | 0 | 0.45 | 0.57 | 0.18 | 12.1 | 0.57 | 0.59 |
| Hex | D2 | 73 | 5B | 0 | 2D | 39 | 12 | C | 39 | 3B |
| Octal | 322 | 163 | 133 | 0 | 55 | 71 | 22 | 14 | 71 | 73 |
| Binary | 11010010 | 1110011 | 1011011 | 0 | 101101 | 111001 | 10010 | 1100 | 111001 | 111011 |
Color Harmonies of #D2735B
Complementary color
Monochromatic Colors of #D2735B
Black with #D2735B
Text Example
Text Example
White with #D2735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2735B; }
p { color: rgb(210,115,91); }
H1.HeaderClassName
{
color: #D2735B;
}
.AnyTagClassName
{
color: #D2735B;
}
</style>
background-color css
<style>
a { background-color: #D2735B; }
a { background-color: rgb(210,115,91); }
div.DivClassName
{
background-color: #D2735B;
}
.BgClassName
{
background-color: #D2735B;
}
</style>
border-color css
<style>
span { border-color: #D2735B; }
span { border-color: rgb(210,115,91); }
td.TdClassName
{
border-color: #D2735B;
}
.TagClassName
{
border-color: #D2735B;
}
</style>