Shades of Japonica #D2755D
Tints of Japonica #D2755D
RGB
CMYK
RGB Variations
Color information
#D2755D (or 0xD2755D) is known color: Japonica. HEX triplet: D2, 75 and 5D. RGB value is (210,117,93). Sum of RGB (Red+Green+Blue) = 210+117+93=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2755D is #2D8AA2. Grayscale: #8E8E8E. Windows color (decimal): -2984611 or 6125010. OLE color: 6125010.
HSL color Cylindrical-coordinate representation of color #D2755D: hue angle of 12.31º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2755D is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 93 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.18 |
| HSL | 12.31º | 0.57% | 0.59% | - |
| HSV(B) | 12.31º | 0.56% | 0.82% | - |
| XYZ | 34.92 | 27.21 | 13.77 | - |
| YUV | 142.07 | 100.31 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 93 | 0 | 0.44 | 0.56 | 0.18 | 12.31 | 0.57 | 0.59 |
| Hex | D2 | 75 | 5D | 0 | 2C | 38 | 12 | C | 39 | 3B |
| Octal | 322 | 165 | 135 | 0 | 54 | 70 | 22 | 14 | 71 | 73 |
| Binary | 11010010 | 1110101 | 1011101 | 0 | 101100 | 111000 | 10010 | 1100 | 111001 | 111011 |
Color Harmonies of #D2755D
Complementary color
Monochromatic Colors of #D2755D
Black with #D2755D
Text Example
Text Example
White with #D2755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2755D; }
p { color: rgb(210,117,93); }
H1.HeaderClassName
{
color: #D2755D;
}
.AnyTagClassName
{
color: #D2755D;
}
</style>
background-color css
<style>
a { background-color: #D2755D; }
a { background-color: rgb(210,117,93); }
div.DivClassName
{
background-color: #D2755D;
}
.BgClassName
{
background-color: #D2755D;
}
</style>
border-color css
<style>
span { border-color: #D2755D; }
span { border-color: rgb(210,117,93); }
td.TdClassName
{
border-color: #D2755D;
}
.TagClassName
{
border-color: #D2755D;
}
</style>