#D16959

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

Shades of Japonica #D16959

Tints of Japonica #D16959

Color information

#D16959 (or 0xD16959) is unknown color: approx Japonica. HEX triplet: D1, 69 and 59. RGB value is (209,105,89). Sum of RGB (Red+Green+Blue) = 209+105+89=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D16959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16959 is #2E96A6. Grayscale: #868686. Windows color (decimal): -3053223 or 5859793. OLE color: 5859793.

HSL color Cylindrical-coordinate representation of color #D16959: hue angle of 8º 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 #D16959 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB20910589-
CMYK00.500.570.18
HSL56.6%58.43%-
HSV(B)57.42%81.96%-
XYZ33.1524.3812.41-
YUV134.27102.46181.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.86%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 89 (35.16% from 255) = 22.08%
R=51.86%
G=26.05%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091058900.500.570.18856.658.43
HexD1695903239128393a
Octal3211511310627122107172
Binary11010001110100110110010110010111001100101000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16959; }

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

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

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

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

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

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

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

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