Shades of Japonica #D1735C
Tints of Japonica #D1735C
RGB
CMYK
RGB Variations
Color information
#D1735C (or 0xD1735C) is known color: Japonica. HEX triplet: D1, 73 and 5C. RGB value is (209,115,92). Sum of RGB (Red+Green+Blue) = 209+115+92=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1735C is #2E8CA3. Grayscale: #8C8C8C. Windows color (decimal): -3050660 or 6058961. OLE color: 6058961.
HSL color Cylindrical-coordinate representation of color #D1735C: hue angle of 11.79º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1735C is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 92 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.18 |
| HSL | 11.79º | 0.56% | 0.59% | - |
| HSV(B) | 11.79º | 0.56% | 0.82% | - |
| XYZ | 34.36 | 26.59 | 13.45 | - |
| YUV | 140.48 | 100.64 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 92 | 0 | 0.45 | 0.56 | 0.18 | 11.79 | 0.56 | 0.59 |
| Hex | D1 | 73 | 5C | 0 | 2D | 38 | 12 | C | 38 | 3B |
| Octal | 321 | 163 | 134 | 0 | 55 | 70 | 22 | 14 | 70 | 73 |
| Binary | 11010001 | 1110011 | 1011100 | 0 | 101101 | 111000 | 10010 | 1100 | 111000 | 111011 |
Color Harmonies of #D1735C
Complementary color
Monochromatic Colors of #D1735C
Black with #D1735C
Text Example
Text Example
White with #D1735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1735C; }
p { color: rgb(209,115,92); }
H1.HeaderClassName
{
color: #D1735C;
}
.AnyTagClassName
{
color: #D1735C;
}
</style>
background-color css
<style>
a { background-color: #D1735C; }
a { background-color: rgb(209,115,92); }
div.DivClassName
{
background-color: #D1735C;
}
.BgClassName
{
background-color: #D1735C;
}
</style>
border-color css
<style>
span { border-color: #D1735C; }
span { border-color: rgb(209,115,92); }
td.TdClassName
{
border-color: #D1735C;
}
.TagClassName
{
border-color: #D1735C;
}
</style>