Shades of Japonica #D2755F
Tints of Japonica #D2755F
RGB
CMYK
RGB Variations
Color information
#D2755F (or 0xD2755F) is known color: Japonica. HEX triplet: D2, 75 and 5F. RGB value is (210,117,95). Sum of RGB (Red+Green+Blue) = 210+117+95=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2755F is #2D8AA0. Grayscale: #8E8E8E. Windows color (decimal): -2984609 or 6256082. OLE color: 6256082.
HSL color Cylindrical-coordinate representation of color #D2755F: hue angle of 11.48º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2755F is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 95 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.18 |
| HSL | 11.48º | 0.56% | 0.6% | - |
| HSV(B) | 11.48º | 0.55% | 0.82% | - |
| XYZ | 35.01 | 27.25 | 14.24 | - |
| YUV | 142.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 95 | 0 | 0.44 | 0.55 | 0.18 | 11.48 | 0.56 | 0.6 |
| Hex | D2 | 75 | 5F | 0 | 2C | 37 | 12 | B | 38 | 3C |
| Octal | 322 | 165 | 137 | 0 | 54 | 67 | 22 | 13 | 70 | 74 |
| Binary | 11010010 | 1110101 | 1011111 | 0 | 101100 | 110111 | 10010 | 1011 | 111000 | 111100 |
Color Harmonies of #D2755F
Complementary color
Monochromatic Colors of #D2755F
Black with #D2755F
Text Example
Text Example
White with #D2755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2755F; }
p { color: rgb(210,117,95); }
H1.HeaderClassName
{
color: #D2755F;
}
.AnyTagClassName
{
color: #D2755F;
}
</style>
background-color css
<style>
a { background-color: #D2755F; }
a { background-color: rgb(210,117,95); }
div.DivClassName
{
background-color: #D2755F;
}
.BgClassName
{
background-color: #D2755F;
}
</style>
border-color css
<style>
span { border-color: #D2755F; }
span { border-color: rgb(210,117,95); }
td.TdClassName
{
border-color: #D2755F;
}
.TagClassName
{
border-color: #D2755F;
}
</style>