Shades of Japonica #D27A5B
Tints of Japonica #D27A5B
RGB
CMYK
RGB Variations
Color information
#D27A5B (or 0xD27A5B) is known color: Japonica. HEX triplet: D2, 7A and 5B. RGB value is (210,122,91). Sum of RGB (Red+Green+Blue) = 210+122+91=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27A5B is #2D85A4. Grayscale: #909090. Windows color (decimal): -2983333 or 5995218. OLE color: 5995218.
HSL color Cylindrical-coordinate representation of color #D27A5B: hue angle of 15.63º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D27A5B is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 91 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.18 |
| HSL | 15.63º | 0.57% | 0.59% | - |
| HSV(B) | 15.63º | 0.57% | 0.82% | - |
| XYZ | 35.43 | 28.38 | 13.51 | - |
| YUV | 144.78 | 97.65 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 91 | 0 | 0.42 | 0.57 | 0.18 | 15.63 | 0.57 | 0.59 |
| Hex | D2 | 7A | 5B | 0 | 2A | 39 | 12 | 10 | 39 | 3B |
| Octal | 322 | 172 | 133 | 0 | 52 | 71 | 22 | 20 | 71 | 73 |
| Binary | 11010010 | 1111010 | 1011011 | 0 | 101010 | 111001 | 10010 | 10000 | 111001 | 111011 |
Color Harmonies of #D27A5B
Complementary color
Monochromatic Colors of #D27A5B
Black with #D27A5B
Text Example
Text Example
White with #D27A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A5B; }
p { color: rgb(210,122,91); }
H1.HeaderClassName
{
color: #D27A5B;
}
.AnyTagClassName
{
color: #D27A5B;
}
</style>
background-color css
<style>
a { background-color: #D27A5B; }
a { background-color: rgb(210,122,91); }
div.DivClassName
{
background-color: #D27A5B;
}
.BgClassName
{
background-color: #D27A5B;
}
</style>
border-color css
<style>
span { border-color: #D27A5B; }
span { border-color: rgb(210,122,91); }
td.TdClassName
{
border-color: #D27A5B;
}
.TagClassName
{
border-color: #D27A5B;
}
</style>