Shades of Japonica #D36950
Tints of Japonica #D36950
RGB
CMYK
RGB Variations
Color information
#D36950 (or 0xD36950) is known color: Japonica. HEX triplet: D3, 69 and 50. RGB value is (211,105,80). Sum of RGB (Red+Green+Blue) = 211+105+80=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D36950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36950 is #2C96AF. Grayscale: #868686. Windows color (decimal): -2922160 or 5269971. OLE color: 5269971.
HSL color Cylindrical-coordinate representation of color #D36950: hue angle of 11.45º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D36950 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 80 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.17 |
| HSL | 11.45º | 0.6% | 0.57% | - |
| HSV(B) | 11.45º | 0.62% | 0.83% | - |
| XYZ | 33.36 | 24.53 | 10.57 | - |
| YUV | 133.84 | 97.62 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 80 | 0 | 0.50 | 0.62 | 0.17 | 11.45 | 0.6 | 0.57 |
| Hex | D3 | 69 | 50 | 0 | 32 | 3E | 11 | B | 3C | 39 |
| Octal | 323 | 151 | 120 | 0 | 62 | 76 | 21 | 13 | 74 | 71 |
| Binary | 11010011 | 1101001 | 1010000 | 0 | 110010 | 111110 | 10001 | 1011 | 111100 | 111001 |
Color Harmonies of #D36950
Complementary color
Monochromatic Colors of #D36950
Black with #D36950
Text Example
Text Example
White with #D36950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36950; }
p { color: rgb(211,105,80); }
H1.HeaderClassName
{
color: #D36950;
}
.AnyTagClassName
{
color: #D36950;
}
</style>
background-color css
<style>
a { background-color: #D36950; }
a { background-color: rgb(211,105,80); }
div.DivClassName
{
background-color: #D36950;
}
.BgClassName
{
background-color: #D36950;
}
</style>
border-color css
<style>
span { border-color: #D36950; }
span { border-color: rgb(211,105,80); }
td.TdClassName
{
border-color: #D36950;
}
.TagClassName
{
border-color: #D36950;
}
</style>