Shades of Japonica #D07A57
Tints of Japonica #D07A57
RGB
CMYK
RGB Variations
Color information
#D07A57 (or 0xD07A57) is known color: Japonica. HEX triplet: D0, 7A and 57. RGB value is (208,122,87). Sum of RGB (Red+Green+Blue) = 208+122+87=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A57 is #2F85A8. Grayscale: #8F8F8F. Windows color (decimal): -3114409 or 5733072. OLE color: 5733072.
HSL color Cylindrical-coordinate representation of color #D07A57: hue angle of 17.36º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D07A57 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 87 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.18 |
| HSL | 17.36º | 0.56% | 0.58% | - |
| HSV(B) | 17.36º | 0.58% | 0.82% | - |
| XYZ | 34.69 | 28.02 | 12.6 | - |
| YUV | 143.72 | 95.99 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 87 | 0 | 0.41 | 0.58 | 0.18 | 17.36 | 0.56 | 0.58 |
| Hex | D0 | 7A | 57 | 0 | 29 | 3A | 12 | 11 | 38 | 3A |
| Octal | 320 | 172 | 127 | 0 | 51 | 72 | 22 | 21 | 70 | 72 |
| Binary | 11010000 | 1111010 | 1010111 | 0 | 101001 | 111010 | 10010 | 10001 | 111000 | 111010 |
Color Harmonies of #D07A57
Complementary color
Monochromatic Colors of #D07A57
Black with #D07A57
Text Example
Text Example
White with #D07A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A57; }
p { color: rgb(208,122,87); }
H1.HeaderClassName
{
color: #D07A57;
}
.AnyTagClassName
{
color: #D07A57;
}
</style>
background-color css
<style>
a { background-color: #D07A57; }
a { background-color: rgb(208,122,87); }
div.DivClassName
{
background-color: #D07A57;
}
.BgClassName
{
background-color: #D07A57;
}
</style>
border-color css
<style>
span { border-color: #D07A57; }
span { border-color: rgb(208,122,87); }
td.TdClassName
{
border-color: #D07A57;
}
.TagClassName
{
border-color: #D07A57;
}
</style>