Shades of Japonica #D06954
Tints of Japonica #D06954
RGB
CMYK
RGB Variations
Color information
#D06954 (or 0xD06954) is known color: Japonica. HEX triplet: D0, 69 and 54. RGB value is (208,105,84). Sum of RGB (Red+Green+Blue) = 208+105+84=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D06954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06954 is #2F96AB. Grayscale: #858585. Windows color (decimal): -3118764 or 5532112. OLE color: 5532112.
HSL color Cylindrical-coordinate representation of color #D06954: hue angle of 10.16º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D06954 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 84 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.18 |
| HSL | 10.16º | 0.57% | 0.57% | - |
| HSV(B) | 10.16º | 0.6% | 0.82% | - |
| XYZ | 32.66 | 24.15 | 11.33 | - |
| YUV | 133.4 | 100.12 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 84 | 0 | 0.50 | 0.60 | 0.18 | 10.16 | 0.57 | 0.57 |
| Hex | D0 | 69 | 54 | 0 | 32 | 3C | 12 | A | 39 | 39 |
| Octal | 320 | 151 | 124 | 0 | 62 | 74 | 22 | 12 | 71 | 71 |
| Binary | 11010000 | 1101001 | 1010100 | 0 | 110010 | 111100 | 10010 | 1010 | 111001 | 111001 |
Color Harmonies of #D06954
Complementary color
Monochromatic Colors of #D06954
Black with #D06954
Text Example
Text Example
White with #D06954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06954; }
p { color: rgb(208,105,84); }
H1.HeaderClassName
{
color: #D06954;
}
.AnyTagClassName
{
color: #D06954;
}
</style>
background-color css
<style>
a { background-color: #D06954; }
a { background-color: rgb(208,105,84); }
div.DivClassName
{
background-color: #D06954;
}
.BgClassName
{
background-color: #D06954;
}
</style>
border-color css
<style>
span { border-color: #D06954; }
span { border-color: rgb(208,105,84); }
td.TdClassName
{
border-color: #D06954;
}
.TagClassName
{
border-color: #D06954;
}
</style>