Shades of Japonica #D06C58
Tints of Japonica #D06C58
RGB
CMYK
RGB Variations
Color information
#D06C58 (or 0xD06C58) is known color: Japonica. HEX triplet: D0, 6C and 58. RGB value is (208,108,88). Sum of RGB (Red+Green+Blue) = 208+108+88=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06C58 is #2F93A7. Grayscale: #878787. Windows color (decimal): -3117992 or 5795024. OLE color: 5795024.
HSL color Cylindrical-coordinate representation of color #D06C58: hue angle of 10º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D06C58 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 88 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.18 |
| HSL | 10º | 0.56% | 0.58% | - |
| HSV(B) | 10º | 0.58% | 0.82% | - |
| XYZ | 33.14 | 24.84 | 12.28 | - |
| YUV | 135.62 | 101.13 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 88 | 0 | 0.48 | 0.58 | 0.18 | 10 | 0.56 | 0.58 |
| Hex | D0 | 6C | 58 | 0 | 30 | 3A | 12 | A | 38 | 3A |
| Octal | 320 | 154 | 130 | 0 | 60 | 72 | 22 | 12 | 70 | 72 |
| Binary | 11010000 | 1101100 | 1011000 | 0 | 110000 | 111010 | 10010 | 1010 | 111000 | 111010 |
Color Harmonies of #D06C58
Complementary color
Monochromatic Colors of #D06C58
Black with #D06C58
Text Example
Text Example
White with #D06C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06C58; }
p { color: rgb(208,108,88); }
H1.HeaderClassName
{
color: #D06C58;
}
.AnyTagClassName
{
color: #D06C58;
}
</style>
background-color css
<style>
a { background-color: #D06C58; }
a { background-color: rgb(208,108,88); }
div.DivClassName
{
background-color: #D06C58;
}
.BgClassName
{
background-color: #D06C58;
}
</style>
border-color css
<style>
span { border-color: #D06C58; }
span { border-color: rgb(208,108,88); }
td.TdClassName
{
border-color: #D06C58;
}
.TagClassName
{
border-color: #D06C58;
}
</style>