Shades of Japonica #D77451
Tints of Japonica #D77451
RGB
CMYK
RGB Variations
Color information
#D77451 (or 0xD77451) is known color: Japonica. HEX triplet: D7, 74 and 51. RGB value is (215,116,81). Sum of RGB (Red+Green+Blue) = 215+116+81=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D77451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77451 is #288BAE. Grayscale: #8D8D8D. Windows color (decimal): -2657199 or 5338327. OLE color: 5338327.
HSL color Cylindrical-coordinate representation of color #D77451: hue angle of 15.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D77451 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 81 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.16 |
| HSL | 15.67º | 0.63% | 0.58% | - |
| HSV(B) | 15.67º | 0.62% | 0.84% | - |
| XYZ | 35.75 | 27.53 | 11.21 | - |
| YUV | 141.61 | 93.8 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 81 | 0 | 0.46 | 0.62 | 0.16 | 15.67 | 0.63 | 0.58 |
| Hex | D7 | 74 | 51 | 0 | 2E | 3E | 10 | 10 | 3F | 3A |
| Octal | 327 | 164 | 121 | 0 | 56 | 76 | 20 | 20 | 77 | 72 |
| Binary | 11010111 | 1110100 | 1010001 | 0 | 101110 | 111110 | 10000 | 10000 | 111111 | 111010 |
Color Harmonies of #D77451
Complementary color
Monochromatic Colors of #D77451
Black with #D77451
Text Example
Text Example
White with #D77451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77451; }
p { color: rgb(215,116,81); }
H1.HeaderClassName
{
color: #D77451;
}
.AnyTagClassName
{
color: #D77451;
}
</style>
background-color css
<style>
a { background-color: #D77451; }
a { background-color: rgb(215,116,81); }
div.DivClassName
{
background-color: #D77451;
}
.BgClassName
{
background-color: #D77451;
}
</style>
border-color css
<style>
span { border-color: #D77451; }
span { border-color: rgb(215,116,81); }
td.TdClassName
{
border-color: #D77451;
}
.TagClassName
{
border-color: #D77451;
}
</style>