Shades of Japonica #D77150
Tints of Japonica #D77150
RGB
CMYK
RGB Variations
Color information
#D77150 (or 0xD77150) is known color: Japonica. HEX triplet: D7, 71 and 50. RGB value is (215,113,80). Sum of RGB (Red+Green+Blue) = 215+113+80=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D77150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77150 is #288EAF. Grayscale: #8B8B8B. Windows color (decimal): -2657968 or 5272023. OLE color: 5272023.
HSL color Cylindrical-coordinate representation of color #D77150: hue angle of 14.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D77150 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 80 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.16 |
| HSL | 14.67º | 0.63% | 0.58% | - |
| HSV(B) | 14.67º | 0.63% | 0.84% | - |
| XYZ | 35.38 | 26.84 | 10.9 | - |
| YUV | 139.74 | 94.29 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 80 | 0 | 0.47 | 0.63 | 0.16 | 14.67 | 0.63 | 0.58 |
| Hex | D7 | 71 | 50 | 0 | 2F | 3F | 10 | F | 3F | 3A |
| Octal | 327 | 161 | 120 | 0 | 57 | 77 | 20 | 17 | 77 | 72 |
| Binary | 11010111 | 1110001 | 1010000 | 0 | 101111 | 111111 | 10000 | 1111 | 111111 | 111010 |
Color Harmonies of #D77150
Complementary color
Monochromatic Colors of #D77150
Black with #D77150
Text Example
Text Example
White with #D77150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77150; }
p { color: rgb(215,113,80); }
H1.HeaderClassName
{
color: #D77150;
}
.AnyTagClassName
{
color: #D77150;
}
</style>
background-color css
<style>
a { background-color: #D77150; }
a { background-color: rgb(215,113,80); }
div.DivClassName
{
background-color: #D77150;
}
.BgClassName
{
background-color: #D77150;
}
</style>
border-color css
<style>
span { border-color: #D77150; }
span { border-color: rgb(215,113,80); }
td.TdClassName
{
border-color: #D77150;
}
.TagClassName
{
border-color: #D77150;
}
</style>