#D16C56

Color #D16C56 Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #D16C56

Tints of Japonica #D16C56

Color information

#D16C56 (or 0xD16C56) is unknown color: approx Japonica. HEX triplet: D1, 6C and 56. RGB value is (209,108,86). Sum of RGB (Red+Green+Blue) = 209+108+86=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16C56 is #2E93A9. Grayscale: #878787. Windows color (decimal): -3052458 or 5663953. OLE color: 5663953.

HSL color Cylindrical-coordinate representation of color #D16C56: hue angle of 10.73º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D16C56 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB20910886-
CMYK00.480.590.18
HSL10.73º57.21%57.84%-
HSV(B)10.73º58.85%81.96%-
XYZ33.3424.9511.86-
YUV135.6999.96180.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 51.86%
GREEN value IS 108 (42.58% from 255) = 26.80%
BLUE value IS 86 (33.98% from 255) = 21.34%
R=51.86%
G=26.80%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091088600.480.590.1810.7357.2157.84
HexD16C560303B12b393a
Octal3211541260607322137172
Binary11010001110110010101100110000111011100101011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16C56; }

 p { color: rgb(209,108,86); }

 H1.HeaderClassName
 {
   color: #D16C56;
 }
 .AnyTagClassName
 {
   color: #D16C56;
 }
</style>
background-color css

<style>
 a { background-color: #D16C56; }

 a { background-color: rgb(209,108,86); }

 div.DivClassName
 {
   background-color: #D16C56;
 }
 .BgClassName
 {
   background-color: #D16C56;
 }
</style>
border-color css

<style>
 span { border-color: #D16C56; }

 span { border-color: rgb(209,108,86); }

 td.TdClassName
 {
   border-color: #D16C56;
 }
 .TagClassName
 {
   border-color: #D16C56;
 }
</style>