Shades of Japonica #D06C54
Tints of Japonica #D06C54
RGB
CMYK
RGB Variations
Color information
#D06C54 (or 0xD06C54) is known color: Japonica. HEX triplet: D0, 6C and 54. RGB value is (208,108,84). Sum of RGB (Red+Green+Blue) = 208+108+84=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06C54 is #2F93AB. Grayscale: #878787. Windows color (decimal): -3117996 or 5532880. OLE color: 5532880.
HSL color Cylindrical-coordinate representation of color #D06C54: hue angle of 11.61º 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 #D06C54 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 84 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.18 |
| HSL | 11.61º | 0.57% | 0.57% | - |
| HSV(B) | 11.61º | 0.6% | 0.82% | - |
| XYZ | 32.98 | 24.78 | 11.43 | - |
| YUV | 135.16 | 99.13 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 84 | 0 | 0.48 | 0.60 | 0.18 | 11.61 | 0.57 | 0.57 |
| Hex | D0 | 6C | 54 | 0 | 30 | 3C | 12 | C | 39 | 39 |
| Octal | 320 | 154 | 124 | 0 | 60 | 74 | 22 | 14 | 71 | 71 |
| Binary | 11010000 | 1101100 | 1010100 | 0 | 110000 | 111100 | 10010 | 1100 | 111001 | 111001 |
Color Harmonies of #D06C54
Complementary color
Monochromatic Colors of #D06C54
Black with #D06C54
Text Example
Text Example
White with #D06C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06C54; }
p { color: rgb(208,108,84); }
H1.HeaderClassName
{
color: #D06C54;
}
.AnyTagClassName
{
color: #D06C54;
}
</style>
background-color css
<style>
a { background-color: #D06C54; }
a { background-color: rgb(208,108,84); }
div.DivClassName
{
background-color: #D06C54;
}
.BgClassName
{
background-color: #D06C54;
}
</style>
border-color css
<style>
span { border-color: #D06C54; }
span { border-color: rgb(208,108,84); }
td.TdClassName
{
border-color: #D06C54;
}
.TagClassName
{
border-color: #D06C54;
}
</style>