Shades of Japonica #D37958
Tints of Japonica #D37958
RGB
CMYK
RGB Variations
Color information
#D37958 (or 0xD37958) is known color: Japonica. HEX triplet: D3, 79 and 58. RGB value is (211,121,88). Sum of RGB (Red+Green+Blue) = 211+121+88=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D37958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37958 is #2C86A7. Grayscale: #909090. Windows color (decimal): -2918056 or 5798355. OLE color: 5798355.
HSL color Cylindrical-coordinate representation of color #D37958: hue angle of 16.1º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D37958 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 121 | 88 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.17 |
| HSL | 16.1º | 0.58% | 0.59% | - |
| HSV(B) | 16.1º | 0.58% | 0.83% | - |
| XYZ | 35.46 | 28.23 | 12.81 | - |
| YUV | 144.15 | 96.32 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 121 | 88 | 0 | 0.43 | 0.58 | 0.17 | 16.1 | 0.58 | 0.59 |
| Hex | D3 | 79 | 58 | 0 | 2B | 3A | 11 | 10 | 3A | 3B |
| Octal | 323 | 171 | 130 | 0 | 53 | 72 | 21 | 20 | 72 | 73 |
| Binary | 11010011 | 1111001 | 1011000 | 0 | 101011 | 111010 | 10001 | 10000 | 111010 | 111011 |
Color Harmonies of #D37958
Complementary color
Monochromatic Colors of #D37958
Black with #D37958
Text Example
Text Example
White with #D37958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37958; }
p { color: rgb(211,121,88); }
H1.HeaderClassName
{
color: #D37958;
}
.AnyTagClassName
{
color: #D37958;
}
</style>
background-color css
<style>
a { background-color: #D37958; }
a { background-color: rgb(211,121,88); }
div.DivClassName
{
background-color: #D37958;
}
.BgClassName
{
background-color: #D37958;
}
</style>
border-color css
<style>
span { border-color: #D37958; }
span { border-color: rgb(211,121,88); }
td.TdClassName
{
border-color: #D37958;
}
.TagClassName
{
border-color: #D37958;
}
</style>