Shades of Japonica #D0735D
Tints of Japonica #D0735D
RGB
CMYK
RGB Variations
Color information
#D0735D (or 0xD0735D) is known color: Japonica. HEX triplet: D0, 73 and 5D. RGB value is (208,115,93). Sum of RGB (Red+Green+Blue) = 208+115+93=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0735D is #2F8CA2. Grayscale: #8C8C8C. Windows color (decimal): -3116195 or 6124496. OLE color: 6124496.
HSL color Cylindrical-coordinate representation of color #D0735D: hue angle of 11.48º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0735D is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 93 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.18 |
| HSL | 11.48º | 0.55% | 0.59% | - |
| HSV(B) | 11.48º | 0.55% | 0.82% | - |
| XYZ | 34.12 | 26.46 | 13.67 | - |
| YUV | 140.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 93 | 0 | 0.45 | 0.55 | 0.18 | 11.48 | 0.55 | 0.59 |
| Hex | D0 | 73 | 5D | 0 | 2D | 37 | 12 | B | 37 | 3B |
| Octal | 320 | 163 | 135 | 0 | 55 | 67 | 22 | 13 | 67 | 73 |
| Binary | 11010000 | 1110011 | 1011101 | 0 | 101101 | 110111 | 10010 | 1011 | 110111 | 111011 |
Color Harmonies of #D0735D
Complementary color
Monochromatic Colors of #D0735D
Black with #D0735D
Text Example
Text Example
White with #D0735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0735D; }
p { color: rgb(208,115,93); }
H1.HeaderClassName
{
color: #D0735D;
}
.AnyTagClassName
{
color: #D0735D;
}
</style>
background-color css
<style>
a { background-color: #D0735D; }
a { background-color: rgb(208,115,93); }
div.DivClassName
{
background-color: #D0735D;
}
.BgClassName
{
background-color: #D0735D;
}
</style>
border-color css
<style>
span { border-color: #D0735D; }
span { border-color: rgb(208,115,93); }
td.TdClassName
{
border-color: #D0735D;
}
.TagClassName
{
border-color: #D0735D;
}
</style>