Shades of Japonica #D27B5C
Tints of Japonica #D27B5C
RGB
CMYK
RGB Variations
Color information
#D27B5C (or 0xD27B5C) is known color: Japonica. HEX triplet: D2, 7B and 5C. RGB value is (210,123,92). Sum of RGB (Red+Green+Blue) = 210+123+92=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27B5C is #2D84A3. Grayscale: #919191. Windows color (decimal): -2983076 or 6061010. OLE color: 6061010.
HSL color Cylindrical-coordinate representation of color #D27B5C: hue angle of 15.76º 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 #D27B5C is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 123 | 92 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.18 |
| HSL | 15.76º | 0.57% | 0.59% | - |
| HSV(B) | 15.76º | 0.56% | 0.82% | - |
| XYZ | 35.59 | 28.64 | 13.78 | - |
| YUV | 145.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 92 | 0 | 0.41 | 0.56 | 0.18 | 15.76 | 0.57 | 0.59 |
| Hex | D2 | 7B | 5C | 0 | 29 | 38 | 12 | 10 | 39 | 3B |
| Octal | 322 | 173 | 134 | 0 | 51 | 70 | 22 | 20 | 71 | 73 |
| Binary | 11010010 | 1111011 | 1011100 | 0 | 101001 | 111000 | 10010 | 10000 | 111001 | 111011 |
Color Harmonies of #D27B5C
Complementary color
Monochromatic Colors of #D27B5C
Black with #D27B5C
Text Example
Text Example
White with #D27B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27B5C; }
p { color: rgb(210,123,92); }
H1.HeaderClassName
{
color: #D27B5C;
}
.AnyTagClassName
{
color: #D27B5C;
}
</style>
background-color css
<style>
a { background-color: #D27B5C; }
a { background-color: rgb(210,123,92); }
div.DivClassName
{
background-color: #D27B5C;
}
.BgClassName
{
background-color: #D27B5C;
}
</style>
border-color css
<style>
span { border-color: #D27B5C; }
span { border-color: rgb(210,123,92); }
td.TdClassName
{
border-color: #D27B5C;
}
.TagClassName
{
border-color: #D27B5C;
}
</style>