Shades of Japonica #D37066
Tints of Japonica #D37066
RGB
CMYK
RGB Variations
Color information
#D37066 (or 0xD37066) is known color: Japonica. HEX triplet: D3, 70 and 66. RGB value is (211,112,102). Sum of RGB (Red+Green+Blue) = 211+112+102=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D37066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37066 is #2C8F99. Grayscale: #8C8C8C. Windows color (decimal): -2920346 or 6713555. OLE color: 6713555.
HSL color Cylindrical-coordinate representation of color #D37066: hue angle of 5.5º 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 #D37066 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 112 | 102 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.17 |
| HSL | 5.5º | 0.55% | 0.61% | - |
| HSV(B) | 5.5º | 0.52% | 0.83% | - |
| XYZ | 35.06 | 26.4 | 15.82 | - |
| YUV | 140.46 | 106.3 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 112 | 102 | 0 | 0.47 | 0.52 | 0.17 | 5.5 | 0.55 | 0.61 |
| Hex | D3 | 70 | 66 | 0 | 2F | 34 | 11 | 6 | 37 | 3D |
| Octal | 323 | 160 | 146 | 0 | 57 | 64 | 21 | 6 | 67 | 75 |
| Binary | 11010011 | 1110000 | 1100110 | 0 | 101111 | 110100 | 10001 | 110 | 110111 | 111101 |
Color Harmonies of #D37066
Complementary color
Monochromatic Colors of #D37066
Black with #D37066
Text Example
Text Example
White with #D37066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37066; }
p { color: rgb(211,112,102); }
H1.HeaderClassName
{
color: #D37066;
}
.AnyTagClassName
{
color: #D37066;
}
</style>
background-color css
<style>
a { background-color: #D37066; }
a { background-color: rgb(211,112,102); }
div.DivClassName
{
background-color: #D37066;
}
.BgClassName
{
background-color: #D37066;
}
</style>
border-color css
<style>
span { border-color: #D37066; }
span { border-color: rgb(211,112,102); }
td.TdClassName
{
border-color: #D37066;
}
.TagClassName
{
border-color: #D37066;
}
</style>