#D16A59

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

Shades of Japonica #D16A59

Tints of Japonica #D16A59

Color information

#D16A59 (or 0xD16A59) is unknown color: approx Japonica. HEX triplet: D1, 6A and 59. RGB value is (209,106,89). Sum of RGB (Red+Green+Blue) = 209+106+89=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16A59 is #2E95A6. Grayscale: #878787. Windows color (decimal): -3052967 or 5860049. OLE color: 5860049.

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

Color convert

RGB20910689-
CMYK00.490.570.18
HSL8.5º56.6%58.43%-
HSV(B)8.5º57.42%81.96%-
XYZ33.2524.5812.44-
YUV134.86102.12180.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.73%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 89 (35.16% from 255) = 22.03%
R=51.73%
G=26.24%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091068900.490.570.188.556.658.43
HexD16A5903139128393a
Octal3211521310617122107172
Binary11010001110101010110010110001111001100101000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16A59; }

 p { color: rgb(209,106,89); }

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

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

 a { background-color: rgb(209,106,89); }

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

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

 span { border-color: rgb(209,106,89); }

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