Shades of Japonica #D27955
Tints of Japonica #D27955
RGB
CMYK
RGB Variations
Color information
#D27955 (or 0xD27955) is known color: Japonica. HEX triplet: D2, 79 and 55. RGB value is (210,121,85). Sum of RGB (Red+Green+Blue) = 210+121+85=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D27955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27955 is #2D86AA. Grayscale: #8F8F8F. Windows color (decimal): -2983595 or 5601746. OLE color: 5601746.
HSL color Cylindrical-coordinate representation of color #D27955: hue angle of 17.28º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D27955 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 121 | 85 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.18 |
| HSL | 17.28º | 0.58% | 0.58% | - |
| HSV(B) | 17.28º | 0.6% | 0.82% | - |
| XYZ | 35.06 | 28.03 | 12.16 | - |
| YUV | 143.51 | 94.99 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 85 | 0 | 0.42 | 0.60 | 0.18 | 17.28 | 0.58 | 0.58 |
| Hex | D2 | 79 | 55 | 0 | 2A | 3C | 12 | 11 | 3A | 3A |
| Octal | 322 | 171 | 125 | 0 | 52 | 74 | 22 | 21 | 72 | 72 |
| Binary | 11010010 | 1111001 | 1010101 | 0 | 101010 | 111100 | 10010 | 10001 | 111010 | 111010 |
Color Harmonies of #D27955
Complementary color
Monochromatic Colors of #D27955
Black with #D27955
Text Example
Text Example
White with #D27955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27955; }
p { color: rgb(210,121,85); }
H1.HeaderClassName
{
color: #D27955;
}
.AnyTagClassName
{
color: #D27955;
}
</style>
background-color css
<style>
a { background-color: #D27955; }
a { background-color: rgb(210,121,85); }
div.DivClassName
{
background-color: #D27955;
}
.BgClassName
{
background-color: #D27955;
}
</style>
border-color css
<style>
span { border-color: #D27955; }
span { border-color: rgb(210,121,85); }
td.TdClassName
{
border-color: #D27955;
}
.TagClassName
{
border-color: #D27955;
}
</style>