Shades of Japonica #D26953
Tints of Japonica #D26953
RGB
CMYK
RGB Variations
Color information
#D26953 (or 0xD26953) is known color: Japonica. HEX triplet: D2, 69 and 53. RGB value is (210,105,83). Sum of RGB (Red+Green+Blue) = 210+105+83=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D26953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26953 is #2D96AC. Grayscale: #868686. Windows color (decimal): -2987693 or 5466578. OLE color: 5466578.
HSL color Cylindrical-coordinate representation of color #D26953: hue angle of 10.39º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D26953 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 83 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.18 |
| HSL | 10.39º | 0.59% | 0.57% | - |
| HSV(B) | 10.39º | 0.6% | 0.82% | - |
| XYZ | 33.19 | 24.43 | 11.15 | - |
| YUV | 133.89 | 99.29 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 83 | 0 | 0.50 | 0.60 | 0.18 | 10.39 | 0.59 | 0.57 |
| Hex | D2 | 69 | 53 | 0 | 32 | 3C | 12 | A | 3B | 39 |
| Octal | 322 | 151 | 123 | 0 | 62 | 74 | 22 | 12 | 73 | 71 |
| Binary | 11010010 | 1101001 | 1010011 | 0 | 110010 | 111100 | 10010 | 1010 | 111011 | 111001 |
Color Harmonies of #D26953
Complementary color
Monochromatic Colors of #D26953
Black with #D26953
Text Example
Text Example
White with #D26953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26953; }
p { color: rgb(210,105,83); }
H1.HeaderClassName
{
color: #D26953;
}
.AnyTagClassName
{
color: #D26953;
}
</style>
background-color css
<style>
a { background-color: #D26953; }
a { background-color: rgb(210,105,83); }
div.DivClassName
{
background-color: #D26953;
}
.BgClassName
{
background-color: #D26953;
}
</style>
border-color css
<style>
span { border-color: #D26953; }
span { border-color: rgb(210,105,83); }
td.TdClassName
{
border-color: #D26953;
}
.TagClassName
{
border-color: #D26953;
}
</style>