#D16958

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

Shades of Japonica #D16958

Tints of Japonica #D16958

Color information

#D16958 (or 0xD16958) is unknown color: approx Japonica. HEX triplet: D1, 69 and 58. RGB value is (209,105,88). Sum of RGB (Red+Green+Blue) = 209+105+88=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D16958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16958 is #2E96A7. Grayscale: #868686. Windows color (decimal): -3053224 or 5794257. OLE color: 5794257.

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

Color convert

RGB20910588-
CMYK00.500.580.18
HSL8.43º56.81%58.24%-
HSV(B)8.43º57.89%81.96%-
XYZ33.1124.3612.19-
YUV134.16101.96181.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.99%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 88 (34.77% from 255) = 21.89%
R=51.99%
G=26.12%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091058800.500.580.188.4356.8158.24
HexD169580323A128393a
Octal3211511300627222107172
Binary11010001110100110110000110010111010100101000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16958; }

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

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

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

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

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

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

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

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