Shades of Japonica #D17A5D
Tints of Japonica #D17A5D
RGB
CMYK
RGB Variations
Color information
#D17A5D (or 0xD17A5D) is known color: Japonica. HEX triplet: D1, 7A and 5D. RGB value is (209,122,93). Sum of RGB (Red+Green+Blue) = 209+122+93=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17A5D is #2E85A2. Grayscale: #909090. Windows color (decimal): -3048867 or 6126289. OLE color: 6126289.
HSL color Cylindrical-coordinate representation of color #D17A5D: hue angle of 15º 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 #D17A5D is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 122 | 93 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.18 |
| HSL | 15º | 0.56% | 0.59% | - |
| HSV(B) | 15º | 0.56% | 0.82% | - |
| XYZ | 35.23 | 28.26 | 13.95 | - |
| YUV | 144.71 | 98.82 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 93 | 0 | 0.42 | 0.56 | 0.18 | 15 | 0.56 | 0.59 |
| Hex | D1 | 7A | 5D | 0 | 2A | 38 | 12 | F | 38 | 3B |
| Octal | 321 | 172 | 135 | 0 | 52 | 70 | 22 | 17 | 70 | 73 |
| Binary | 11010001 | 1111010 | 1011101 | 0 | 101010 | 111000 | 10010 | 1111 | 111000 | 111011 |
Color Harmonies of #D17A5D
Complementary color
Monochromatic Colors of #D17A5D
Black with #D17A5D
Text Example
Text Example
White with #D17A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17A5D; }
p { color: rgb(209,122,93); }
H1.HeaderClassName
{
color: #D17A5D;
}
.AnyTagClassName
{
color: #D17A5D;
}
</style>
background-color css
<style>
a { background-color: #D17A5D; }
a { background-color: rgb(209,122,93); }
div.DivClassName
{
background-color: #D17A5D;
}
.BgClassName
{
background-color: #D17A5D;
}
</style>
border-color css
<style>
span { border-color: #D17A5D; }
span { border-color: rgb(209,122,93); }
td.TdClassName
{
border-color: #D17A5D;
}
.TagClassName
{
border-color: #D17A5D;
}
</style>