Shades of Japonica #D86F52
Tints of Japonica #D86F52
RGB
CMYK
RGB Variations
Color information
#D86F52 (or 0xD86F52) is known color: Japonica. HEX triplet: D8, 6F and 52. RGB value is (216,111,82). Sum of RGB (Red+Green+Blue) = 216+111+82=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86F52 is #2790AD. Grayscale: #8B8B8B. Windows color (decimal): -2592942 or 5402584. OLE color: 5402584.
HSL color Cylindrical-coordinate representation of color #D86F52: hue angle of 12.99º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D86F52 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 82 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.15 |
| HSL | 12.99º | 0.63% | 0.58% | - |
| HSV(B) | 12.99º | 0.62% | 0.85% | - |
| XYZ | 35.53 | 26.58 | 11.24 | - |
| YUV | 139.09 | 95.79 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 82 | 0 | 0.49 | 0.62 | 0.15 | 12.99 | 0.63 | 0.58 |
| Hex | D8 | 6F | 52 | 0 | 31 | 3E | F | D | 3F | 3A |
| Octal | 330 | 157 | 122 | 0 | 61 | 76 | 17 | 15 | 77 | 72 |
| Binary | 11011000 | 1101111 | 1010010 | 0 | 110001 | 111110 | 1111 | 1101 | 111111 | 111010 |
Color Harmonies of #D86F52
Complementary color
Monochromatic Colors of #D86F52
Black with #D86F52
Text Example
Text Example
White with #D86F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F52; }
p { color: rgb(216,111,82); }
H1.HeaderClassName
{
color: #D86F52;
}
.AnyTagClassName
{
color: #D86F52;
}
</style>
background-color css
<style>
a { background-color: #D86F52; }
a { background-color: rgb(216,111,82); }
div.DivClassName
{
background-color: #D86F52;
}
.BgClassName
{
background-color: #D86F52;
}
</style>
border-color css
<style>
span { border-color: #D86F52; }
span { border-color: rgb(216,111,82); }
td.TdClassName
{
border-color: #D86F52;
}
.TagClassName
{
border-color: #D86F52;
}
</style>