Shades of Japonica #D57267
Tints of Japonica #D57267
RGB
CMYK
RGB Variations
Color information
#D57267 (or 0xD57267) is known color: Japonica. HEX triplet: D5, 72 and 67. RGB value is (213,114,103). Sum of RGB (Red+Green+Blue) = 213+114+103=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D57267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57267 is #2A8D98. Grayscale: #8E8E8E. Windows color (decimal): -2788761 or 6779605. OLE color: 6779605.
HSL color Cylindrical-coordinate representation of color #D57267: hue angle of 6º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D57267 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 103 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.16 |
| HSL | 6º | 0.57% | 0.62% | - |
| HSV(B) | 6º | 0.52% | 0.84% | - |
| XYZ | 35.91 | 27.16 | 16.18 | - |
| YUV | 142.35 | 105.8 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 103 | 0 | 0.46 | 0.52 | 0.16 | 6 | 0.57 | 0.62 |
| Hex | D5 | 72 | 67 | 0 | 2E | 34 | 10 | 6 | 39 | 3E |
| Octal | 325 | 162 | 147 | 0 | 56 | 64 | 20 | 6 | 71 | 76 |
| Binary | 11010101 | 1110010 | 1100111 | 0 | 101110 | 110100 | 10000 | 110 | 111001 | 111110 |
Color Harmonies of #D57267
Complementary color
Monochromatic Colors of #D57267
Black with #D57267
Text Example
Text Example
White with #D57267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57267; }
p { color: rgb(213,114,103); }
H1.HeaderClassName
{
color: #D57267;
}
.AnyTagClassName
{
color: #D57267;
}
</style>
background-color css
<style>
a { background-color: #D57267; }
a { background-color: rgb(213,114,103); }
div.DivClassName
{
background-color: #D57267;
}
.BgClassName
{
background-color: #D57267;
}
</style>
border-color css
<style>
span { border-color: #D57267; }
span { border-color: rgb(213,114,103); }
td.TdClassName
{
border-color: #D57267;
}
.TagClassName
{
border-color: #D57267;
}
</style>