Shades of Japonica #D5715C
Tints of Japonica #D5715C
RGB
CMYK
RGB Variations
Color information
#D5715C (or 0xD5715C) is known color: Japonica. HEX triplet: D5, 71 and 5C. RGB value is (213,113,92). Sum of RGB (Red+Green+Blue) = 213+113+92=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5715C is #2A8EA3. Grayscale: #8C8C8C. Windows color (decimal): -2789028 or 6058453. OLE color: 6058453.
HSL color Cylindrical-coordinate representation of color #D5715C: hue angle of 10.41º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5715C is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 92 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.16 |
| HSL | 10.41º | 0.59% | 0.6% | - |
| HSV(B) | 10.41º | 0.57% | 0.84% | - |
| XYZ | 35.28 | 26.73 | 13.43 | - |
| YUV | 140.51 | 100.63 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 92 | 0 | 0.47 | 0.57 | 0.16 | 10.41 | 0.59 | 0.6 |
| Hex | D5 | 71 | 5C | 0 | 2F | 39 | 10 | A | 3B | 3C |
| Octal | 325 | 161 | 134 | 0 | 57 | 71 | 20 | 12 | 73 | 74 |
| Binary | 11010101 | 1110001 | 1011100 | 0 | 101111 | 111001 | 10000 | 1010 | 111011 | 111100 |
Color Harmonies of #D5715C
Complementary color
Monochromatic Colors of #D5715C
Black with #D5715C
Text Example
Text Example
White with #D5715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5715C; }
p { color: rgb(213,113,92); }
H1.HeaderClassName
{
color: #D5715C;
}
.AnyTagClassName
{
color: #D5715C;
}
</style>
background-color css
<style>
a { background-color: #D5715C; }
a { background-color: rgb(213,113,92); }
div.DivClassName
{
background-color: #D5715C;
}
.BgClassName
{
background-color: #D5715C;
}
</style>
border-color css
<style>
span { border-color: #D5715C; }
span { border-color: rgb(213,113,92); }
td.TdClassName
{
border-color: #D5715C;
}
.TagClassName
{
border-color: #D5715C;
}
</style>