Shades of Japonica #D06F5D
Tints of Japonica #D06F5D
RGB
CMYK
RGB Variations
Color information
#D06F5D (or 0xD06F5D) is known color: Japonica. HEX triplet: D0, 6F and 5D. RGB value is (208,111,93). Sum of RGB (Red+Green+Blue) = 208+111+93=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F5D is #2F90A2. Grayscale: #8A8A8A. Windows color (decimal): -3117219 or 6123472. OLE color: 6123472.
HSL color Cylindrical-coordinate representation of color #D06F5D: hue angle of 9.39º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D06F5D is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 93 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.18 |
| HSL | 9.39º | 0.55% | 0.59% | - |
| HSV(B) | 9.39º | 0.55% | 0.82% | - |
| XYZ | 33.67 | 25.57 | 13.52 | - |
| YUV | 137.95 | 102.64 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 93 | 0 | 0.47 | 0.55 | 0.18 | 9.39 | 0.55 | 0.59 |
| Hex | D0 | 6F | 5D | 0 | 2F | 37 | 12 | 9 | 37 | 3B |
| Octal | 320 | 157 | 135 | 0 | 57 | 67 | 22 | 11 | 67 | 73 |
| Binary | 11010000 | 1101111 | 1011101 | 0 | 101111 | 110111 | 10010 | 1001 | 110111 | 111011 |
Color Harmonies of #D06F5D
Complementary color
Monochromatic Colors of #D06F5D
Black with #D06F5D
Text Example
Text Example
White with #D06F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F5D; }
p { color: rgb(208,111,93); }
H1.HeaderClassName
{
color: #D06F5D;
}
.AnyTagClassName
{
color: #D06F5D;
}
</style>
background-color css
<style>
a { background-color: #D06F5D; }
a { background-color: rgb(208,111,93); }
div.DivClassName
{
background-color: #D06F5D;
}
.BgClassName
{
background-color: #D06F5D;
}
</style>
border-color css
<style>
span { border-color: #D06F5D; }
span { border-color: rgb(208,111,93); }
td.TdClassName
{
border-color: #D06F5D;
}
.TagClassName
{
border-color: #D06F5D;
}
</style>