Shades of Japonica #D07A5C
Tints of Japonica #D07A5C
RGB
CMYK
RGB Variations
Color information
#D07A5C (or 0xD07A5C) is known color: Japonica. HEX triplet: D0, 7A and 5C. RGB value is (208,122,92). Sum of RGB (Red+Green+Blue) = 208+122+92=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A5C is #2F85A3. Grayscale: #909090. Windows color (decimal): -3114404 or 6060752. OLE color: 6060752.
HSL color Cylindrical-coordinate representation of color #D07A5C: hue angle of 15.52º 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 #D07A5C is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 92 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.18 |
| HSL | 15.52º | 0.55% | 0.59% | - |
| HSV(B) | 15.52º | 0.56% | 0.82% | - |
| XYZ | 34.9 | 28.1 | 13.71 | - |
| YUV | 144.29 | 98.49 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 92 | 0 | 0.41 | 0.56 | 0.18 | 15.52 | 0.55 | 0.59 |
| Hex | D0 | 7A | 5C | 0 | 29 | 38 | 12 | 10 | 37 | 3B |
| Octal | 320 | 172 | 134 | 0 | 51 | 70 | 22 | 20 | 67 | 73 |
| Binary | 11010000 | 1111010 | 1011100 | 0 | 101001 | 111000 | 10010 | 10000 | 110111 | 111011 |
Color Harmonies of #D07A5C
Complementary color
Monochromatic Colors of #D07A5C
Black with #D07A5C
Text Example
Text Example
White with #D07A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A5C; }
p { color: rgb(208,122,92); }
H1.HeaderClassName
{
color: #D07A5C;
}
.AnyTagClassName
{
color: #D07A5C;
}
</style>
background-color css
<style>
a { background-color: #D07A5C; }
a { background-color: rgb(208,122,92); }
div.DivClassName
{
background-color: #D07A5C;
}
.BgClassName
{
background-color: #D07A5C;
}
</style>
border-color css
<style>
span { border-color: #D07A5C; }
span { border-color: rgb(208,122,92); }
td.TdClassName
{
border-color: #D07A5C;
}
.TagClassName
{
border-color: #D07A5C;
}
</style>