Shades of Japonica #D06955
Tints of Japonica #D06955
RGB
CMYK
RGB Variations
Color information
#D06955 (or 0xD06955) is known color: Japonica. HEX triplet: D0, 69 and 55. RGB value is (208,105,85). Sum of RGB (Red+Green+Blue) = 208+105+85=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D06955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06955 is #2F96AA. Grayscale: #858585. Windows color (decimal): -3118763 or 5597648. OLE color: 5597648.
HSL color Cylindrical-coordinate representation of color #D06955: hue angle of 9.76º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D06955 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 85 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.18 |
| HSL | 9.76º | 0.57% | 0.57% | - |
| HSV(B) | 9.76º | 0.59% | 0.82% | - |
| XYZ | 32.7 | 24.17 | 11.54 | - |
| YUV | 133.52 | 100.62 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 85 | 0 | 0.50 | 0.59 | 0.18 | 9.76 | 0.57 | 0.57 |
| Hex | D0 | 69 | 55 | 0 | 32 | 3B | 12 | A | 39 | 39 |
| Octal | 320 | 151 | 125 | 0 | 62 | 73 | 22 | 12 | 71 | 71 |
| Binary | 11010000 | 1101001 | 1010101 | 0 | 110010 | 111011 | 10010 | 1010 | 111001 | 111001 |
Color Harmonies of #D06955
Complementary color
Monochromatic Colors of #D06955
Black with #D06955
Text Example
Text Example
White with #D06955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06955; }
p { color: rgb(208,105,85); }
H1.HeaderClassName
{
color: #D06955;
}
.AnyTagClassName
{
color: #D06955;
}
</style>
background-color css
<style>
a { background-color: #D06955; }
a { background-color: rgb(208,105,85); }
div.DivClassName
{
background-color: #D06955;
}
.BgClassName
{
background-color: #D06955;
}
</style>
border-color css
<style>
span { border-color: #D06955; }
span { border-color: rgb(208,105,85); }
td.TdClassName
{
border-color: #D06955;
}
.TagClassName
{
border-color: #D06955;
}
</style>