Shades of Japonica #D0775C
Tints of Japonica #D0775C
RGB
CMYK
RGB Variations
Color information
#D0775C (or 0xD0775C) is known color: Japonica. HEX triplet: D0, 77 and 5C. RGB value is (208,119,92). Sum of RGB (Red+Green+Blue) = 208+119+92=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0775C is #2F88A3. Grayscale: #8E8E8E. Windows color (decimal): -3115172 or 6059984. OLE color: 6059984.
HSL color Cylindrical-coordinate representation of color #D0775C: hue angle of 13.97º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0775C is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 92 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.18 |
| HSL | 13.97º | 0.55% | 0.59% | - |
| HSV(B) | 13.97º | 0.56% | 0.82% | - |
| XYZ | 34.54 | 27.38 | 13.59 | - |
| YUV | 142.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 92 | 0 | 0.43 | 0.56 | 0.18 | 13.97 | 0.55 | 0.59 |
| Hex | D0 | 77 | 5C | 0 | 2B | 38 | 12 | E | 37 | 3B |
| Octal | 320 | 167 | 134 | 0 | 53 | 70 | 22 | 16 | 67 | 73 |
| Binary | 11010000 | 1110111 | 1011100 | 0 | 101011 | 111000 | 10010 | 1110 | 110111 | 111011 |
Color Harmonies of #D0775C
Complementary color
Monochromatic Colors of #D0775C
Black with #D0775C
Text Example
Text Example
White with #D0775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0775C; }
p { color: rgb(208,119,92); }
H1.HeaderClassName
{
color: #D0775C;
}
.AnyTagClassName
{
color: #D0775C;
}
</style>
background-color css
<style>
a { background-color: #D0775C; }
a { background-color: rgb(208,119,92); }
div.DivClassName
{
background-color: #D0775C;
}
.BgClassName
{
background-color: #D0775C;
}
</style>
border-color css
<style>
span { border-color: #D0775C; }
span { border-color: rgb(208,119,92); }
td.TdClassName
{
border-color: #D0775C;
}
.TagClassName
{
border-color: #D0775C;
}
</style>