Shades of Japonica #D37158
Tints of Japonica #D37158
RGB
CMYK
RGB Variations
Color information
#D37158 (or 0xD37158) is known color: Japonica. HEX triplet: D3, 71 and 58. RGB value is (211,113,88). Sum of RGB (Red+Green+Blue) = 211+113+88=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D37158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37158 is #2C8EA7. Grayscale: #8B8B8B. Windows color (decimal): -2920104 or 5796307. OLE color: 5796307.
HSL color Cylindrical-coordinate representation of color #D37158: hue angle of 12.2º 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 #D37158 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 113 | 88 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.17 |
| HSL | 12.2º | 0.58% | 0.59% | - |
| HSV(B) | 12.2º | 0.58% | 0.83% | - |
| XYZ | 34.53 | 26.36 | 12.5 | - |
| YUV | 139.45 | 98.97 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 88 | 0 | 0.46 | 0.58 | 0.17 | 12.2 | 0.58 | 0.59 |
| Hex | D3 | 71 | 58 | 0 | 2E | 3A | 11 | C | 3A | 3B |
| Octal | 323 | 161 | 130 | 0 | 56 | 72 | 21 | 14 | 72 | 73 |
| Binary | 11010011 | 1110001 | 1011000 | 0 | 101110 | 111010 | 10001 | 1100 | 111010 | 111011 |
Color Harmonies of #D37158
Complementary color
Monochromatic Colors of #D37158
Black with #D37158
Text Example
Text Example
White with #D37158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37158; }
p { color: rgb(211,113,88); }
H1.HeaderClassName
{
color: #D37158;
}
.AnyTagClassName
{
color: #D37158;
}
</style>
background-color css
<style>
a { background-color: #D37158; }
a { background-color: rgb(211,113,88); }
div.DivClassName
{
background-color: #D37158;
}
.BgClassName
{
background-color: #D37158;
}
</style>
border-color css
<style>
span { border-color: #D37158; }
span { border-color: rgb(211,113,88); }
td.TdClassName
{
border-color: #D37158;
}
.TagClassName
{
border-color: #D37158;
}
</style>