#D16A58

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

Shades of Japonica #D16A58

Tints of Japonica #D16A58

Color information

#D16A58 (or 0xD16A58) is unknown color: approx Japonica. HEX triplet: D1, 6A and 58. RGB value is (209,106,88). Sum of RGB (Red+Green+Blue) = 209+106+88=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16A58 is #2E95A7. Grayscale: #868686. Windows color (decimal): -3052968 or 5794513. OLE color: 5794513.

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

Color convert

RGB20910688-
CMYK00.490.580.18
HSL8.93º56.81%58.24%-
HSV(B)8.93º57.89%81.96%-
XYZ33.2124.5712.22-
YUV134.74101.62180.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.86%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 88 (34.77% from 255) = 21.84%
R=51.86%
G=26.30%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091068800.490.580.188.9356.8158.24
HexD16A580313A129393a
Octal3211521300617222117172
Binary11010001110101010110000110001111010100101001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16A58; }

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

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

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

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

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

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

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

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