Shades of Japonica #D26C5B
Tints of Japonica #D26C5B
RGB
CMYK
RGB Variations
Color information
#D26C5B (or 0xD26C5B) is known color: Japonica. HEX triplet: D2, 6C and 5B. RGB value is (210,108,91). Sum of RGB (Red+Green+Blue) = 210+108+91=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C5B is #2D93A4. Grayscale: #888888. Windows color (decimal): -2986917 or 5991634. OLE color: 5991634.
HSL color Cylindrical-coordinate representation of color #D26C5B: hue angle of 8.57º 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 #D26C5B is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 91 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.18 |
| HSL | 8.57º | 0.57% | 0.59% | - |
| HSV(B) | 8.57º | 0.57% | 0.82% | - |
| XYZ | 33.83 | 25.18 | 12.98 | - |
| YUV | 136.56 | 102.29 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 91 | 0 | 0.49 | 0.57 | 0.18 | 8.57 | 0.57 | 0.59 |
| Hex | D2 | 6C | 5B | 0 | 31 | 39 | 12 | 9 | 39 | 3B |
| Octal | 322 | 154 | 133 | 0 | 61 | 71 | 22 | 11 | 71 | 73 |
| Binary | 11010010 | 1101100 | 1011011 | 0 | 110001 | 111001 | 10010 | 1001 | 111001 | 111011 |
Color Harmonies of #D26C5B
Complementary color
Monochromatic Colors of #D26C5B
Black with #D26C5B
Text Example
Text Example
White with #D26C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C5B; }
p { color: rgb(210,108,91); }
H1.HeaderClassName
{
color: #D26C5B;
}
.AnyTagClassName
{
color: #D26C5B;
}
</style>
background-color css
<style>
a { background-color: #D26C5B; }
a { background-color: rgb(210,108,91); }
div.DivClassName
{
background-color: #D26C5B;
}
.BgClassName
{
background-color: #D26C5B;
}
</style>
border-color css
<style>
span { border-color: #D26C5B; }
span { border-color: rgb(210,108,91); }
td.TdClassName
{
border-color: #D26C5B;
}
.TagClassName
{
border-color: #D26C5B;
}
</style>