Shades of Japonica #D67052
Tints of Japonica #D67052
RGB
CMYK
RGB Variations
Color information
#D67052 (or 0xD67052) is known color: Japonica. HEX triplet: D6, 70 and 52. RGB value is (214,112,82). Sum of RGB (Red+Green+Blue) = 214+112+82=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D67052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67052 is #298FAD. Grayscale: #8B8B8B. Windows color (decimal): -2723758 or 5402838. OLE color: 5402838.
HSL color Cylindrical-coordinate representation of color #D67052: hue angle of 13.64º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D67052 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 82 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.16 |
| HSL | 13.64º | 0.62% | 0.58% | - |
| HSV(B) | 13.64º | 0.62% | 0.84% | - |
| XYZ | 35.05 | 26.49 | 11.25 | - |
| YUV | 139.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 82 | 0 | 0.48 | 0.62 | 0.16 | 13.64 | 0.62 | 0.58 |
| Hex | D6 | 70 | 52 | 0 | 30 | 3E | 10 | E | 3E | 3A |
| Octal | 326 | 160 | 122 | 0 | 60 | 76 | 20 | 16 | 76 | 72 |
| Binary | 11010110 | 1110000 | 1010010 | 0 | 110000 | 111110 | 10000 | 1110 | 111110 | 111010 |
Color Harmonies of #D67052
Complementary color
Monochromatic Colors of #D67052
Black with #D67052
Text Example
Text Example
White with #D67052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67052; }
p { color: rgb(214,112,82); }
H1.HeaderClassName
{
color: #D67052;
}
.AnyTagClassName
{
color: #D67052;
}
</style>
background-color css
<style>
a { background-color: #D67052; }
a { background-color: rgb(214,112,82); }
div.DivClassName
{
background-color: #D67052;
}
.BgClassName
{
background-color: #D67052;
}
</style>
border-color css
<style>
span { border-color: #D67052; }
span { border-color: rgb(214,112,82); }
td.TdClassName
{
border-color: #D67052;
}
.TagClassName
{
border-color: #D67052;
}
</style>