#D16D55

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

Shades of Japonica #D16D55

Tints of Japonica #D16D55

Color information

#D16D55 (or 0xD16D55) is unknown color: approx Japonica. HEX triplet: D1, 6D and 55. RGB value is (209,109,85). Sum of RGB (Red+Green+Blue) = 209+109+85=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16D55 is #2E92AA. Grayscale: #888888. Windows color (decimal): -3052203 or 5598673. OLE color: 5598673.

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

Color convert

RGB20910985-
CMYK00.480.590.18
HSL11.61º57.41%57.65%-
HSV(B)11.61º59.33%81.96%-
XYZ33.425.1511.69-
YUV136.1699.13179.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.86%
GREEN value IS 109 (42.97% from 255) = 27.05%
BLUE value IS 85 (33.59% from 255) = 21.09%
R=51.86%
G=27.05%
B=21.09%

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
Decimal2091098500.480.590.1811.6157.4157.65
HexD16D550303B12c393a
Octal3211551250607322147172
Binary11010001110110110101010110000111011100101100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16D55; }

 p { color: rgb(209,109,85); }

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

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

 a { background-color: rgb(209,109,85); }

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

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

 span { border-color: rgb(209,109,85); }

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