Shades of Japonica #D27A5D
Tints of Japonica #D27A5D
RGB
CMYK
RGB Variations
Color information
#D27A5D (or 0xD27A5D) is known color: Japonica. HEX triplet: D2, 7A and 5D. RGB value is (210,122,93). Sum of RGB (Red+Green+Blue) = 210+122+93=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27A5D is #2D85A2. Grayscale: #919191. Windows color (decimal): -2983331 or 6126290. OLE color: 6126290.
HSL color Cylindrical-coordinate representation of color #D27A5D: hue angle of 14.87º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D27A5D is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 93 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.18 |
| HSL | 14.87º | 0.57% | 0.59% | - |
| HSV(B) | 14.87º | 0.56% | 0.82% | - |
| XYZ | 35.51 | 28.41 | 13.97 | - |
| YUV | 145.01 | 98.65 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 93 | 0 | 0.42 | 0.56 | 0.18 | 14.87 | 0.57 | 0.59 |
| Hex | D2 | 7A | 5D | 0 | 2A | 38 | 12 | F | 39 | 3B |
| Octal | 322 | 172 | 135 | 0 | 52 | 70 | 22 | 17 | 71 | 73 |
| Binary | 11010010 | 1111010 | 1011101 | 0 | 101010 | 111000 | 10010 | 1111 | 111001 | 111011 |
Color Harmonies of #D27A5D
Complementary color
Monochromatic Colors of #D27A5D
Black with #D27A5D
Text Example
Text Example
White with #D27A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A5D; }
p { color: rgb(210,122,93); }
H1.HeaderClassName
{
color: #D27A5D;
}
.AnyTagClassName
{
color: #D27A5D;
}
</style>
background-color css
<style>
a { background-color: #D27A5D; }
a { background-color: rgb(210,122,93); }
div.DivClassName
{
background-color: #D27A5D;
}
.BgClassName
{
background-color: #D27A5D;
}
</style>
border-color css
<style>
span { border-color: #D27A5D; }
span { border-color: rgb(210,122,93); }
td.TdClassName
{
border-color: #D27A5D;
}
.TagClassName
{
border-color: #D27A5D;
}
</style>