Shades of Japonica #D1755B
Tints of Japonica #D1755B
RGB
CMYK
RGB Variations
Color information
#D1755B (or 0xD1755B) is known color: Japonica. HEX triplet: D1, 75 and 5B. RGB value is (209,117,91). Sum of RGB (Red+Green+Blue) = 209+117+91=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1755B is #2E8AA4. Grayscale: #8D8D8D. Windows color (decimal): -3050149 or 5993937. OLE color: 5993937.
HSL color Cylindrical-coordinate representation of color #D1755B: hue angle of 13.22º 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 #D1755B is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 91 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.18 |
| HSL | 13.22º | 0.56% | 0.59% | - |
| HSV(B) | 13.22º | 0.56% | 0.82% | - |
| XYZ | 34.54 | 27.03 | 13.29 | - |
| YUV | 141.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 91 | 0 | 0.44 | 0.56 | 0.18 | 13.22 | 0.56 | 0.59 |
| Hex | D1 | 75 | 5B | 0 | 2C | 38 | 12 | D | 38 | 3B |
| Octal | 321 | 165 | 133 | 0 | 54 | 70 | 22 | 15 | 70 | 73 |
| Binary | 11010001 | 1110101 | 1011011 | 0 | 101100 | 111000 | 10010 | 1101 | 111000 | 111011 |
Color Harmonies of #D1755B
Complementary color
Monochromatic Colors of #D1755B
Black with #D1755B
Text Example
Text Example
White with #D1755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1755B; }
p { color: rgb(209,117,91); }
H1.HeaderClassName
{
color: #D1755B;
}
.AnyTagClassName
{
color: #D1755B;
}
</style>
background-color css
<style>
a { background-color: #D1755B; }
a { background-color: rgb(209,117,91); }
div.DivClassName
{
background-color: #D1755B;
}
.BgClassName
{
background-color: #D1755B;
}
</style>
border-color css
<style>
span { border-color: #D1755B; }
span { border-color: rgb(209,117,91); }
td.TdClassName
{
border-color: #D1755B;
}
.TagClassName
{
border-color: #D1755B;
}
</style>