Shades of Japonica #D27767
Tints of Japonica #D27767
RGB
CMYK
RGB Variations
Color information
#D27767 (or 0xD27767) is known color: Japonica. HEX triplet: D2, 77 and 67. RGB value is (210,119,103). Sum of RGB (Red+Green+Blue) = 210+119+103=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 103 (40.62% from 255 or 23.84% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D27767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27767 is #2D8898. Grayscale: #909090. Windows color (decimal): -2984089 or 6780882. OLE color: 6780882.
HSL color Cylindrical-coordinate representation of color #D27767: hue angle of 8.97º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D27767 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 103 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.18 |
| HSL | 8.97º | 0.54% | 0.61% | - |
| HSV(B) | 8.97º | 0.51% | 0.82% | - |
| XYZ | 35.62 | 27.87 | 16.33 | - |
| YUV | 144.39 | 104.65 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 103 | 0 | 0.43 | 0.51 | 0.18 | 8.97 | 0.54 | 0.61 |
| Hex | D2 | 77 | 67 | 0 | 2B | 33 | 12 | 9 | 36 | 3D |
| Octal | 322 | 167 | 147 | 0 | 53 | 63 | 22 | 11 | 66 | 75 |
| Binary | 11010010 | 1110111 | 1100111 | 0 | 101011 | 110011 | 10010 | 1001 | 110110 | 111101 |
Color Harmonies of #D27767
Complementary color
Monochromatic Colors of #D27767
Black with #D27767
Text Example
Text Example
White with #D27767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27767; }
p { color: rgb(210,119,103); }
H1.HeaderClassName
{
color: #D27767;
}
.AnyTagClassName
{
color: #D27767;
}
</style>
background-color css
<style>
a { background-color: #D27767; }
a { background-color: rgb(210,119,103); }
div.DivClassName
{
background-color: #D27767;
}
.BgClassName
{
background-color: #D27767;
}
</style>
border-color css
<style>
span { border-color: #D27767; }
span { border-color: rgb(210,119,103); }
td.TdClassName
{
border-color: #D27767;
}
.TagClassName
{
border-color: #D27767;
}
</style>