#D17061

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

Shades of Japonica #D17061

Tints of Japonica #D17061

Color information

#D17061 (or 0xD17061) is unknown color: approx Japonica. HEX triplet: D1, 70 and 61. RGB value is (209,112,97). Sum of RGB (Red+Green+Blue) = 209+112+97=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D17061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17061 is #2E8F9E. Grayscale: #8B8B8B. Windows color (decimal): -3051423 or 6385873. OLE color: 6385873.

HSL color Cylindrical-coordinate representation of color #D17061: hue angle of 8.04º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D17061 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB20911297-
CMYK00.460.540.18
HSL8.04º54.9%60%-
HSV(B)8.04º53.59%81.96%-
XYZ34.2526.0114.52-
YUV139.29104.14177.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 97 (38.28% from 255) = 23.21%
R=50%
G=26.79%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091129700.460.540.188.0454.960
HexD1706102E36128373c
Octal3211601410566622106774
Binary11010001111000011000010101110110110100101000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17061; }

 p { color: rgb(209,112,97); }

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

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

 a { background-color: rgb(209,112,97); }

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

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

 span { border-color: rgb(209,112,97); }

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