Shades of Japonica #D67152
Tints of Japonica #D67152
RGB
CMYK
RGB Variations
Color information
#D67152 (or 0xD67152) is known color: Japonica. HEX triplet: D6, 71 and 52. RGB value is (214,113,82). Sum of RGB (Red+Green+Blue) = 214+113+82=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D67152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67152 is #298EAD. Grayscale: #8B8B8B. Windows color (decimal): -2723502 or 5403094. OLE color: 5403094.
HSL color Cylindrical-coordinate representation of color #D67152: hue angle of 14.09º 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 #D67152 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 113 | 82 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.16 |
| HSL | 14.09º | 0.62% | 0.58% | - |
| HSV(B) | 14.09º | 0.62% | 0.84% | - |
| XYZ | 35.16 | 26.72 | 11.29 | - |
| YUV | 139.67 | 95.46 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 113 | 82 | 0 | 0.47 | 0.62 | 0.16 | 14.09 | 0.62 | 0.58 |
| Hex | D6 | 71 | 52 | 0 | 2F | 3E | 10 | E | 3E | 3A |
| Octal | 326 | 161 | 122 | 0 | 57 | 76 | 20 | 16 | 76 | 72 |
| Binary | 11010110 | 1110001 | 1010010 | 0 | 101111 | 111110 | 10000 | 1110 | 111110 | 111010 |
Color Harmonies of #D67152
Complementary color
Monochromatic Colors of #D67152
Black with #D67152
Text Example
Text Example
White with #D67152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67152; }
p { color: rgb(214,113,82); }
H1.HeaderClassName
{
color: #D67152;
}
.AnyTagClassName
{
color: #D67152;
}
</style>
background-color css
<style>
a { background-color: #D67152; }
a { background-color: rgb(214,113,82); }
div.DivClassName
{
background-color: #D67152;
}
.BgClassName
{
background-color: #D67152;
}
</style>
border-color css
<style>
span { border-color: #D67152; }
span { border-color: rgb(214,113,82); }
td.TdClassName
{
border-color: #D67152;
}
.TagClassName
{
border-color: #D67152;
}
</style>