Shades of Japonica #D77250
Tints of Japonica #D77250
RGB
CMYK
RGB Variations
Color information
#D77250 (or 0xD77250) is known color: Japonica. HEX triplet: D7, 72 and 50. RGB value is (215,114,80). Sum of RGB (Red+Green+Blue) = 215+114+80=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D77250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77250 is #288DAF. Grayscale: #8C8C8C. Windows color (decimal): -2657712 or 5272279. OLE color: 5272279.
HSL color Cylindrical-coordinate representation of color #D77250: hue angle of 15.11º 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 #D77250 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 80 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.16 |
| HSL | 15.11º | 0.63% | 0.58% | - |
| HSV(B) | 15.11º | 0.63% | 0.84% | - |
| XYZ | 35.49 | 27.06 | 10.94 | - |
| YUV | 140.32 | 93.96 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 80 | 0 | 0.47 | 0.63 | 0.16 | 15.11 | 0.63 | 0.58 |
| Hex | D7 | 72 | 50 | 0 | 2F | 3F | 10 | F | 3F | 3A |
| Octal | 327 | 162 | 120 | 0 | 57 | 77 | 20 | 17 | 77 | 72 |
| Binary | 11010111 | 1110010 | 1010000 | 0 | 101111 | 111111 | 10000 | 1111 | 111111 | 111010 |
Color Harmonies of #D77250
Complementary color
Monochromatic Colors of #D77250
Black with #D77250
Text Example
Text Example
White with #D77250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77250; }
p { color: rgb(215,114,80); }
H1.HeaderClassName
{
color: #D77250;
}
.AnyTagClassName
{
color: #D77250;
}
</style>
background-color css
<style>
a { background-color: #D77250; }
a { background-color: rgb(215,114,80); }
div.DivClassName
{
background-color: #D77250;
}
.BgClassName
{
background-color: #D77250;
}
</style>
border-color css
<style>
span { border-color: #D77250; }
span { border-color: rgb(215,114,80); }
td.TdClassName
{
border-color: #D77250;
}
.TagClassName
{
border-color: #D77250;
}
</style>