Shades of Japonica #D8775A
Tints of Japonica #D8775A
RGB
CMYK
RGB Variations
Color information
#D8775A (or 0xD8775A) is known color: Japonica. HEX triplet: D8, 77 and 5A. RGB value is (216,119,90). Sum of RGB (Red+Green+Blue) = 216+119+90=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8775A is #2788A5. Grayscale: #909090. Windows color (decimal): -2590886 or 5928920. OLE color: 5928920.
HSL color Cylindrical-coordinate representation of color #D8775A: hue angle of 13.81º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8775A is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 90 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.15 |
| HSL | 13.81º | 0.62% | 0.6% | - |
| HSV(B) | 13.81º | 0.58% | 0.85% | - |
| XYZ | 36.76 | 28.53 | 13.24 | - |
| YUV | 144.7 | 97.14 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 90 | 0 | 0.45 | 0.58 | 0.15 | 13.81 | 0.62 | 0.6 |
| Hex | D8 | 77 | 5A | 0 | 2D | 3A | F | E | 3E | 3C |
| Octal | 330 | 167 | 132 | 0 | 55 | 72 | 17 | 16 | 76 | 74 |
| Binary | 11011000 | 1110111 | 1011010 | 0 | 101101 | 111010 | 1111 | 1110 | 111110 | 111100 |
Color Harmonies of #D8775A
Complementary color
Monochromatic Colors of #D8775A
Black with #D8775A
Text Example
Text Example
White with #D8775A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8775A; }
p { color: rgb(216,119,90); }
H1.HeaderClassName
{
color: #D8775A;
}
.AnyTagClassName
{
color: #D8775A;
}
</style>
background-color css
<style>
a { background-color: #D8775A; }
a { background-color: rgb(216,119,90); }
div.DivClassName
{
background-color: #D8775A;
}
.BgClassName
{
background-color: #D8775A;
}
</style>
border-color css
<style>
span { border-color: #D8775A; }
span { border-color: rgb(216,119,90); }
td.TdClassName
{
border-color: #D8775A;
}
.TagClassName
{
border-color: #D8775A;
}
</style>