Shades of Japonica #D36955
Tints of Japonica #D36955
RGB
CMYK
RGB Variations
Color information
#D36955 (or 0xD36955) is known color: Japonica. HEX triplet: D3, 69 and 55. RGB value is (211,105,85). Sum of RGB (Red+Green+Blue) = 211+105+85=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D36955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36955 is #2C96AA. Grayscale: #868686. Windows color (decimal): -2922155 or 5597651. OLE color: 5597651.
HSL color Cylindrical-coordinate representation of color #D36955: hue angle of 9.52º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D36955 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 85 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.17 |
| HSL | 9.52º | 0.59% | 0.58% | - |
| HSV(B) | 9.52º | 0.6% | 0.83% | - |
| XYZ | 33.56 | 24.61 | 11.58 | - |
| YUV | 134.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 85 | 0 | 0.50 | 0.60 | 0.17 | 9.52 | 0.59 | 0.58 |
| Hex | D3 | 69 | 55 | 0 | 32 | 3C | 11 | A | 3B | 3A |
| Octal | 323 | 151 | 125 | 0 | 62 | 74 | 21 | 12 | 73 | 72 |
| Binary | 11010011 | 1101001 | 1010101 | 0 | 110010 | 111100 | 10001 | 1010 | 111011 | 111010 |
Color Harmonies of #D36955
Complementary color
Monochromatic Colors of #D36955
Black with #D36955
Text Example
Text Example
White with #D36955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36955; }
p { color: rgb(211,105,85); }
H1.HeaderClassName
{
color: #D36955;
}
.AnyTagClassName
{
color: #D36955;
}
</style>
background-color css
<style>
a { background-color: #D36955; }
a { background-color: rgb(211,105,85); }
div.DivClassName
{
background-color: #D36955;
}
.BgClassName
{
background-color: #D36955;
}
</style>
border-color css
<style>
span { border-color: #D36955; }
span { border-color: rgb(211,105,85); }
td.TdClassName
{
border-color: #D36955;
}
.TagClassName
{
border-color: #D36955;
}
</style>