Shades of Japonica #D6755D
Tints of Japonica #D6755D
RGB
CMYK
RGB Variations
Color information
#D6755D (or 0xD6755D) is known color: Japonica. HEX triplet: D6, 75 and 5D. RGB value is (214,117,93). Sum of RGB (Red+Green+Blue) = 214+117+93=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6755D is #298AA2. Grayscale: #8F8F8F. Windows color (decimal): -2722467 or 6125014. OLE color: 6125014.
HSL color Cylindrical-coordinate representation of color #D6755D: hue angle of 11.9º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6755D is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 93 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.16 |
| HSL | 11.9º | 0.6% | 0.6% | - |
| HSV(B) | 11.9º | 0.57% | 0.84% | - |
| XYZ | 36.07 | 27.81 | 13.82 | - |
| YUV | 143.27 | 99.64 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 93 | 0 | 0.45 | 0.57 | 0.16 | 11.9 | 0.6 | 0.6 |
| Hex | D6 | 75 | 5D | 0 | 2D | 39 | 10 | C | 3C | 3C |
| Octal | 326 | 165 | 135 | 0 | 55 | 71 | 20 | 14 | 74 | 74 |
| Binary | 11010110 | 1110101 | 1011101 | 0 | 101101 | 111001 | 10000 | 1100 | 111100 | 111100 |
Color Harmonies of #D6755D
Complementary color
Monochromatic Colors of #D6755D
Black with #D6755D
Text Example
Text Example
White with #D6755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6755D; }
p { color: rgb(214,117,93); }
H1.HeaderClassName
{
color: #D6755D;
}
.AnyTagClassName
{
color: #D6755D;
}
</style>
background-color css
<style>
a { background-color: #D6755D; }
a { background-color: rgb(214,117,93); }
div.DivClassName
{
background-color: #D6755D;
}
.BgClassName
{
background-color: #D6755D;
}
</style>
border-color css
<style>
span { border-color: #D6755D; }
span { border-color: rgb(214,117,93); }
td.TdClassName
{
border-color: #D6755D;
}
.TagClassName
{
border-color: #D6755D;
}
</style>