Shades of Japonica #D07667
Tints of Japonica #D07667
RGB
CMYK
RGB Variations
Color information
#D07667 (or 0xD07667) is known color: Japonica. HEX triplet: D0, 76 and 67. RGB value is (208,118,103). Sum of RGB (Red+Green+Blue) = 208+118+103=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D07667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07667 is #2F8998. Grayscale: #8F8F8F. Windows color (decimal): -3115417 or 6780624. OLE color: 6780624.
HSL color Cylindrical-coordinate representation of color #D07667: hue angle of 8.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D07667 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 103 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.18 |
| HSL | 8.57º | 0.53% | 0.61% | - |
| HSV(B) | 8.57º | 0.5% | 0.82% | - |
| XYZ | 34.94 | 27.35 | 16.27 | - |
| YUV | 143.2 | 105.32 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 103 | 0 | 0.43 | 0.50 | 0.18 | 8.57 | 0.53 | 0.61 |
| Hex | D0 | 76 | 67 | 0 | 2B | 32 | 12 | 9 | 35 | 3D |
| Octal | 320 | 166 | 147 | 0 | 53 | 62 | 22 | 11 | 65 | 75 |
| Binary | 11010000 | 1110110 | 1100111 | 0 | 101011 | 110010 | 10010 | 1001 | 110101 | 111101 |
Color Harmonies of #D07667
Complementary color
Monochromatic Colors of #D07667
Black with #D07667
Text Example
Text Example
White with #D07667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07667; }
p { color: rgb(208,118,103); }
H1.HeaderClassName
{
color: #D07667;
}
.AnyTagClassName
{
color: #D07667;
}
</style>
background-color css
<style>
a { background-color: #D07667; }
a { background-color: rgb(208,118,103); }
div.DivClassName
{
background-color: #D07667;
}
.BgClassName
{
background-color: #D07667;
}
</style>
border-color css
<style>
span { border-color: #D07667; }
span { border-color: rgb(208,118,103); }
td.TdClassName
{
border-color: #D07667;
}
.TagClassName
{
border-color: #D07667;
}
</style>