Shades of Japonica #D17953
Tints of Japonica #D17953
RGB
CMYK
RGB Variations
Color information
#D17953 (or 0xD17953) is known color: Japonica. HEX triplet: D1, 79 and 53. RGB value is (209,121,83). Sum of RGB (Red+Green+Blue) = 209+121+83=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D17953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17953 is #2E86AC. Grayscale: #8F8F8F. Windows color (decimal): -3049133 or 5470673. OLE color: 5470673.
HSL color Cylindrical-coordinate representation of color #D17953: hue angle of 18.1º degrees, saturation: 0.58, 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 #D17953 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 121 | 83 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.18 |
| HSL | 18.1º | 0.58% | 0.57% | - |
| HSV(B) | 18.1º | 0.6% | 0.82% | - |
| XYZ | 34.69 | 27.85 | 11.73 | - |
| YUV | 142.98 | 94.15 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 83 | 0 | 0.42 | 0.60 | 0.18 | 18.1 | 0.58 | 0.57 |
| Hex | D1 | 79 | 53 | 0 | 2A | 3C | 12 | 12 | 3A | 39 |
| Octal | 321 | 171 | 123 | 0 | 52 | 74 | 22 | 22 | 72 | 71 |
| Binary | 11010001 | 1111001 | 1010011 | 0 | 101010 | 111100 | 10010 | 10010 | 111010 | 111001 |
Color Harmonies of #D17953
Complementary color
Monochromatic Colors of #D17953
Black with #D17953
Text Example
Text Example
White with #D17953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17953; }
p { color: rgb(209,121,83); }
H1.HeaderClassName
{
color: #D17953;
}
.AnyTagClassName
{
color: #D17953;
}
</style>
background-color css
<style>
a { background-color: #D17953; }
a { background-color: rgb(209,121,83); }
div.DivClassName
{
background-color: #D17953;
}
.BgClassName
{
background-color: #D17953;
}
</style>
border-color css
<style>
span { border-color: #D17953; }
span { border-color: rgb(209,121,83); }
td.TdClassName
{
border-color: #D17953;
}
.TagClassName
{
border-color: #D17953;
}
</style>