Shades of Japonica #D37566
Tints of Japonica #D37566
RGB
CMYK
RGB Variations
Color information
#D37566 (or 0xD37566) is known color: Japonica. HEX triplet: D3, 75 and 66. RGB value is (211,117,102). Sum of RGB (Red+Green+Blue) = 211+117+102=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D37566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37566 is #2C8A99. Grayscale: #8F8F8F. Windows color (decimal): -2919066 or 6714835. OLE color: 6714835.
HSL color Cylindrical-coordinate representation of color #D37566: hue angle of 8.26º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D37566 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 117 | 102 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.17 |
| HSL | 8.26º | 0.55% | 0.61% | - |
| HSV(B) | 8.26º | 0.52% | 0.83% | - |
| XYZ | 35.62 | 27.53 | 16.01 | - |
| YUV | 143.4 | 104.64 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 102 | 0 | 0.45 | 0.52 | 0.17 | 8.26 | 0.55 | 0.61 |
| Hex | D3 | 75 | 66 | 0 | 2D | 34 | 11 | 8 | 37 | 3D |
| Octal | 323 | 165 | 146 | 0 | 55 | 64 | 21 | 10 | 67 | 75 |
| Binary | 11010011 | 1110101 | 1100110 | 0 | 101101 | 110100 | 10001 | 1000 | 110111 | 111101 |
Color Harmonies of #D37566
Complementary color
Monochromatic Colors of #D37566
Black with #D37566
Text Example
Text Example
White with #D37566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37566; }
p { color: rgb(211,117,102); }
H1.HeaderClassName
{
color: #D37566;
}
.AnyTagClassName
{
color: #D37566;
}
</style>
background-color css
<style>
a { background-color: #D37566; }
a { background-color: rgb(211,117,102); }
div.DivClassName
{
background-color: #D37566;
}
.BgClassName
{
background-color: #D37566;
}
</style>
border-color css
<style>
span { border-color: #D37566; }
span { border-color: rgb(211,117,102); }
td.TdClassName
{
border-color: #D37566;
}
.TagClassName
{
border-color: #D37566;
}
</style>