Shades of Japonica #D27B5B
Tints of Japonica #D27B5B
RGB
CMYK
RGB Variations
Color information
#D27B5B (or 0xD27B5B) is known color: Japonica. HEX triplet: D2, 7B and 5B. RGB value is (210,123,91). Sum of RGB (Red+Green+Blue) = 210+123+91=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27B5B is #2D84A4. Grayscale: #919191. Windows color (decimal): -2983077 or 5995474. OLE color: 5995474.
HSL color Cylindrical-coordinate representation of color #D27B5B: hue angle of 16.13º 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 #D27B5B is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 123 | 91 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.18 |
| HSL | 16.13º | 0.57% | 0.59% | - |
| HSV(B) | 16.13º | 0.57% | 0.82% | - |
| XYZ | 35.55 | 28.62 | 13.55 | - |
| YUV | 145.37 | 97.32 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 91 | 0 | 0.41 | 0.57 | 0.18 | 16.13 | 0.57 | 0.59 |
| Hex | D2 | 7B | 5B | 0 | 29 | 39 | 12 | 10 | 39 | 3B |
| Octal | 322 | 173 | 133 | 0 | 51 | 71 | 22 | 20 | 71 | 73 |
| Binary | 11010010 | 1111011 | 1011011 | 0 | 101001 | 111001 | 10010 | 10000 | 111001 | 111011 |
Color Harmonies of #D27B5B
Complementary color
Monochromatic Colors of #D27B5B
Black with #D27B5B
Text Example
Text Example
White with #D27B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27B5B; }
p { color: rgb(210,123,91); }
H1.HeaderClassName
{
color: #D27B5B;
}
.AnyTagClassName
{
color: #D27B5B;
}
</style>
background-color css
<style>
a { background-color: #D27B5B; }
a { background-color: rgb(210,123,91); }
div.DivClassName
{
background-color: #D27B5B;
}
.BgClassName
{
background-color: #D27B5B;
}
</style>
border-color css
<style>
span { border-color: #D27B5B; }
span { border-color: rgb(210,123,91); }
td.TdClassName
{
border-color: #D27B5B;
}
.TagClassName
{
border-color: #D27B5B;
}
</style>