Shades of Japonica #D67450
Tints of Japonica #D67450
RGB
CMYK
RGB Variations
Color information
#D67450 (or 0xD67450) is known color: Japonica. HEX triplet: D6, 74 and 50. RGB value is (214,116,80). Sum of RGB (Red+Green+Blue) = 214+116+80=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D67450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67450 is #298BAF. Grayscale: #8D8D8D. Windows color (decimal): -2722736 or 5272790. OLE color: 5272790.
HSL color Cylindrical-coordinate representation of color #D67450: hue angle of 16.12º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D67450 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 80 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.16 |
| HSL | 16.12º | 0.62% | 0.58% | - |
| HSV(B) | 16.12º | 0.63% | 0.84% | - |
| XYZ | 35.42 | 27.37 | 11 | - |
| YUV | 141.2 | 93.47 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 80 | 0 | 0.46 | 0.63 | 0.16 | 16.12 | 0.62 | 0.58 |
| Hex | D6 | 74 | 50 | 0 | 2E | 3F | 10 | 10 | 3E | 3A |
| Octal | 326 | 164 | 120 | 0 | 56 | 77 | 20 | 20 | 76 | 72 |
| Binary | 11010110 | 1110100 | 1010000 | 0 | 101110 | 111111 | 10000 | 10000 | 111110 | 111010 |
Color Harmonies of #D67450
Complementary color
Monochromatic Colors of #D67450
Black with #D67450
Text Example
Text Example
White with #D67450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67450; }
p { color: rgb(214,116,80); }
H1.HeaderClassName
{
color: #D67450;
}
.AnyTagClassName
{
color: #D67450;
}
</style>
background-color css
<style>
a { background-color: #D67450; }
a { background-color: rgb(214,116,80); }
div.DivClassName
{
background-color: #D67450;
}
.BgClassName
{
background-color: #D67450;
}
</style>
border-color css
<style>
span { border-color: #D67450; }
span { border-color: rgb(214,116,80); }
td.TdClassName
{
border-color: #D67450;
}
.TagClassName
{
border-color: #D67450;
}
</style>