Shades of Japonica #D26950
Tints of Japonica #D26950
RGB
CMYK
RGB Variations
Color information
#D26950 (or 0xD26950) is known color: Japonica. HEX triplet: D2, 69 and 50. RGB value is (210,105,80). Sum of RGB (Red+Green+Blue) = 210+105+80=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D26950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26950 is #2D96AF. Grayscale: #858585. Windows color (decimal): -2987696 or 5269970. OLE color: 5269970.
HSL color Cylindrical-coordinate representation of color #D26950: hue angle of 11.54º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D26950 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 80 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.18 |
| HSL | 11.54º | 0.59% | 0.57% | - |
| HSV(B) | 11.54º | 0.62% | 0.82% | - |
| XYZ | 33.08 | 24.38 | 10.55 | - |
| YUV | 133.55 | 97.79 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 80 | 0 | 0.50 | 0.62 | 0.18 | 11.54 | 0.59 | 0.57 |
| Hex | D2 | 69 | 50 | 0 | 32 | 3E | 12 | C | 3B | 39 |
| Octal | 322 | 151 | 120 | 0 | 62 | 76 | 22 | 14 | 73 | 71 |
| Binary | 11010010 | 1101001 | 1010000 | 0 | 110010 | 111110 | 10010 | 1100 | 111011 | 111001 |
Color Harmonies of #D26950
Complementary color
Monochromatic Colors of #D26950
Black with #D26950
Text Example
Text Example
White with #D26950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26950; }
p { color: rgb(210,105,80); }
H1.HeaderClassName
{
color: #D26950;
}
.AnyTagClassName
{
color: #D26950;
}
</style>
background-color css
<style>
a { background-color: #D26950; }
a { background-color: rgb(210,105,80); }
div.DivClassName
{
background-color: #D26950;
}
.BgClassName
{
background-color: #D26950;
}
</style>
border-color css
<style>
span { border-color: #D26950; }
span { border-color: rgb(210,105,80); }
td.TdClassName
{
border-color: #D26950;
}
.TagClassName
{
border-color: #D26950;
}
</style>