Shades of Japonica #D67753
Tints of Japonica #D67753
RGB
CMYK
RGB Variations
Color information
#D67753 (or 0xD67753) is known color: Japonica. HEX triplet: D6, 77 and 53. RGB value is (214,119,83). Sum of RGB (Red+Green+Blue) = 214+119+83=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D67753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67753 is #2988AC. Grayscale: #8F8F8F. Windows color (decimal): -2721965 or 5470166. OLE color: 5470166.
HSL color Cylindrical-coordinate representation of color #D67753: hue angle of 16.49º 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 #D67753 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 83 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.16 |
| HSL | 16.49º | 0.62% | 0.58% | - |
| HSV(B) | 16.49º | 0.61% | 0.84% | - |
| XYZ | 35.89 | 28.11 | 11.72 | - |
| YUV | 143.3 | 93.97 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 83 | 0 | 0.44 | 0.61 | 0.16 | 16.49 | 0.62 | 0.58 |
| Hex | D6 | 77 | 53 | 0 | 2C | 3D | 10 | 10 | 3E | 3A |
| Octal | 326 | 167 | 123 | 0 | 54 | 75 | 20 | 20 | 76 | 72 |
| Binary | 11010110 | 1110111 | 1010011 | 0 | 101100 | 111101 | 10000 | 10000 | 111110 | 111010 |
Color Harmonies of #D67753
Complementary color
Monochromatic Colors of #D67753
Black with #D67753
Text Example
Text Example
White with #D67753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67753; }
p { color: rgb(214,119,83); }
H1.HeaderClassName
{
color: #D67753;
}
.AnyTagClassName
{
color: #D67753;
}
</style>
background-color css
<style>
a { background-color: #D67753; }
a { background-color: rgb(214,119,83); }
div.DivClassName
{
background-color: #D67753;
}
.BgClassName
{
background-color: #D67753;
}
</style>
border-color css
<style>
span { border-color: #D67753; }
span { border-color: rgb(214,119,83); }
td.TdClassName
{
border-color: #D67753;
}
.TagClassName
{
border-color: #D67753;
}
</style>