Shades of Japonica #D36952
Tints of Japonica #D36952
RGB
CMYK
RGB Variations
Color information
#D36952 (or 0xD36952) is known color: Japonica. HEX triplet: D3, 69 and 52. RGB value is (211,105,82). Sum of RGB (Red+Green+Blue) = 211+105+82=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D36952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36952 is #2C96AD. Grayscale: #868686. Windows color (decimal): -2922158 or 5401043. OLE color: 5401043.
HSL color Cylindrical-coordinate representation of color #D36952: hue angle of 10.7º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D36952 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 82 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.17 |
| HSL | 10.7º | 0.59% | 0.57% | - |
| HSV(B) | 10.7º | 0.61% | 0.83% | - |
| XYZ | 33.44 | 24.56 | 10.96 | - |
| YUV | 134.07 | 98.62 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 82 | 0 | 0.50 | 0.61 | 0.17 | 10.7 | 0.59 | 0.57 |
| Hex | D3 | 69 | 52 | 0 | 32 | 3D | 11 | B | 3B | 39 |
| Octal | 323 | 151 | 122 | 0 | 62 | 75 | 21 | 13 | 73 | 71 |
| Binary | 11010011 | 1101001 | 1010010 | 0 | 110010 | 111101 | 10001 | 1011 | 111011 | 111001 |
Color Harmonies of #D36952
Complementary color
Monochromatic Colors of #D36952
Black with #D36952
Text Example
Text Example
White with #D36952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36952; }
p { color: rgb(211,105,82); }
H1.HeaderClassName
{
color: #D36952;
}
.AnyTagClassName
{
color: #D36952;
}
</style>
background-color css
<style>
a { background-color: #D36952; }
a { background-color: rgb(211,105,82); }
div.DivClassName
{
background-color: #D36952;
}
.BgClassName
{
background-color: #D36952;
}
</style>
border-color css
<style>
span { border-color: #D36952; }
span { border-color: rgb(211,105,82); }
td.TdClassName
{
border-color: #D36952;
}
.TagClassName
{
border-color: #D36952;
}
</style>