Shades of Japonica #D06B5C
Tints of Japonica #D06B5C
RGB
CMYK
RGB Variations
Color information
#D06B5C (or 0xD06B5C) is known color: Japonica. HEX triplet: D0, 6B and 5C. RGB value is (208,107,92). Sum of RGB (Red+Green+Blue) = 208+107+92=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06B5C is #2F94A3. Grayscale: #878787. Windows color (decimal): -3118244 or 6056912. OLE color: 6056912.
HSL color Cylindrical-coordinate representation of color #D06B5C: hue angle of 7.76º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D06B5C is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 107 | 92 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.18 |
| HSL | 7.76º | 0.55% | 0.59% | - |
| HSV(B) | 7.76º | 0.56% | 0.82% | - |
| XYZ | 33.2 | 24.7 | 13.14 | - |
| YUV | 135.49 | 103.46 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 92 | 0 | 0.49 | 0.56 | 0.18 | 7.76 | 0.55 | 0.59 |
| Hex | D0 | 6B | 5C | 0 | 31 | 38 | 12 | 8 | 37 | 3B |
| Octal | 320 | 153 | 134 | 0 | 61 | 70 | 22 | 10 | 67 | 73 |
| Binary | 11010000 | 1101011 | 1011100 | 0 | 110001 | 111000 | 10010 | 1000 | 110111 | 111011 |
Color Harmonies of #D06B5C
Complementary color
Monochromatic Colors of #D06B5C
Black with #D06B5C
Text Example
Text Example
White with #D06B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06B5C; }
p { color: rgb(208,107,92); }
H1.HeaderClassName
{
color: #D06B5C;
}
.AnyTagClassName
{
color: #D06B5C;
}
</style>
background-color css
<style>
a { background-color: #D06B5C; }
a { background-color: rgb(208,107,92); }
div.DivClassName
{
background-color: #D06B5C;
}
.BgClassName
{
background-color: #D06B5C;
}
</style>
border-color css
<style>
span { border-color: #D06B5C; }
span { border-color: rgb(208,107,92); }
td.TdClassName
{
border-color: #D06B5C;
}
.TagClassName
{
border-color: #D06B5C;
}
</style>