Shades of Japonica #D27A5C
Tints of Japonica #D27A5C
RGB
CMYK
RGB Variations
Color information
#D27A5C (or 0xD27A5C) is known color: Japonica. HEX triplet: D2, 7A and 5C. RGB value is (210,122,92). Sum of RGB (Red+Green+Blue) = 210+122+92=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27A5C is #2D85A3. Grayscale: #919191. Windows color (decimal): -2983332 or 6060754. OLE color: 6060754.
HSL color Cylindrical-coordinate representation of color #D27A5C: hue angle of 15.25º 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 #D27A5C is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 92 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.18 |
| HSL | 15.25º | 0.57% | 0.59% | - |
| HSV(B) | 15.25º | 0.56% | 0.82% | - |
| XYZ | 35.47 | 28.39 | 13.74 | - |
| YUV | 144.89 | 98.15 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 92 | 0 | 0.42 | 0.56 | 0.18 | 15.25 | 0.57 | 0.59 |
| Hex | D2 | 7A | 5C | 0 | 2A | 38 | 12 | F | 39 | 3B |
| Octal | 322 | 172 | 134 | 0 | 52 | 70 | 22 | 17 | 71 | 73 |
| Binary | 11010010 | 1111010 | 1011100 | 0 | 101010 | 111000 | 10010 | 1111 | 111001 | 111011 |
Color Harmonies of #D27A5C
Complementary color
Monochromatic Colors of #D27A5C
Black with #D27A5C
Text Example
Text Example
White with #D27A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A5C; }
p { color: rgb(210,122,92); }
H1.HeaderClassName
{
color: #D27A5C;
}
.AnyTagClassName
{
color: #D27A5C;
}
</style>
background-color css
<style>
a { background-color: #D27A5C; }
a { background-color: rgb(210,122,92); }
div.DivClassName
{
background-color: #D27A5C;
}
.BgClassName
{
background-color: #D27A5C;
}
</style>
border-color css
<style>
span { border-color: #D27A5C; }
span { border-color: rgb(210,122,92); }
td.TdClassName
{
border-color: #D27A5C;
}
.TagClassName
{
border-color: #D27A5C;
}
</style>