Shades of Japonica #D3755D
Tints of Japonica #D3755D
RGB
CMYK
RGB Variations
Color information
#D3755D (or 0xD3755D) is known color: Japonica. HEX triplet: D3, 75 and 5D. RGB value is (211,117,93). Sum of RGB (Red+Green+Blue) = 211+117+93=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D3755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3755D is #2C8AA2. Grayscale: #8E8E8E. Windows color (decimal): -2919075 or 6125011. OLE color: 6125011.
HSL color Cylindrical-coordinate representation of color #D3755D: hue angle of 12.2º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3755D is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 117 | 93 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.17 |
| HSL | 12.2º | 0.57% | 0.6% | - |
| HSV(B) | 12.2º | 0.56% | 0.83% | - |
| XYZ | 35.2 | 27.36 | 13.78 | - |
| YUV | 142.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 93 | 0 | 0.45 | 0.56 | 0.17 | 12.2 | 0.57 | 0.6 |
| Hex | D3 | 75 | 5D | 0 | 2D | 38 | 11 | C | 39 | 3C |
| Octal | 323 | 165 | 135 | 0 | 55 | 70 | 21 | 14 | 71 | 74 |
| Binary | 11010011 | 1110101 | 1011101 | 0 | 101101 | 111000 | 10001 | 1100 | 111001 | 111100 |
Color Harmonies of #D3755D
Complementary color
Monochromatic Colors of #D3755D
Black with #D3755D
Text Example
Text Example
White with #D3755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3755D; }
p { color: rgb(211,117,93); }
H1.HeaderClassName
{
color: #D3755D;
}
.AnyTagClassName
{
color: #D3755D;
}
</style>
background-color css
<style>
a { background-color: #D3755D; }
a { background-color: rgb(211,117,93); }
div.DivClassName
{
background-color: #D3755D;
}
.BgClassName
{
background-color: #D3755D;
}
</style>
border-color css
<style>
span { border-color: #D3755D; }
span { border-color: rgb(211,117,93); }
td.TdClassName
{
border-color: #D3755D;
}
.TagClassName
{
border-color: #D3755D;
}
</style>