Shades of Japonica #D67353
Tints of Japonica #D67353
RGB
CMYK
RGB Variations
Color information
#D67353 (or 0xD67353) is known color: Japonica. HEX triplet: D6, 73 and 53. RGB value is (214,115,83). Sum of RGB (Red+Green+Blue) = 214+115+83=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D67353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67353 is #298CAC. Grayscale: #8D8D8D. Windows color (decimal): -2722989 or 5469142. OLE color: 5469142.
HSL color Cylindrical-coordinate representation of color #D67353: hue angle of 14.66º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D67353 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 83 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.16 |
| HSL | 14.66º | 0.62% | 0.58% | - |
| HSV(B) | 14.66º | 0.61% | 0.84% | - |
| XYZ | 35.42 | 27.18 | 11.56 | - |
| YUV | 140.95 | 95.3 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 83 | 0 | 0.46 | 0.61 | 0.16 | 14.66 | 0.62 | 0.58 |
| Hex | D6 | 73 | 53 | 0 | 2E | 3D | 10 | F | 3E | 3A |
| Octal | 326 | 163 | 123 | 0 | 56 | 75 | 20 | 17 | 76 | 72 |
| Binary | 11010110 | 1110011 | 1010011 | 0 | 101110 | 111101 | 10000 | 1111 | 111110 | 111010 |
Color Harmonies of #D67353
Complementary color
Monochromatic Colors of #D67353
Black with #D67353
Text Example
Text Example
White with #D67353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67353; }
p { color: rgb(214,115,83); }
H1.HeaderClassName
{
color: #D67353;
}
.AnyTagClassName
{
color: #D67353;
}
</style>
background-color css
<style>
a { background-color: #D67353; }
a { background-color: rgb(214,115,83); }
div.DivClassName
{
background-color: #D67353;
}
.BgClassName
{
background-color: #D67353;
}
</style>
border-color css
<style>
span { border-color: #D67353; }
span { border-color: rgb(214,115,83); }
td.TdClassName
{
border-color: #D67353;
}
.TagClassName
{
border-color: #D67353;
}
</style>