#D17564

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

Shades of Japonica #D17564

Tints of Japonica #D17564

Color information

#D17564 (or 0xD17564) is unknown color: approx Japonica. HEX triplet: D1, 75 and 64. RGB value is (209,117,100). Sum of RGB (Red+Green+Blue) = 209+117+100=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D17564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17564 is #2E8A9B. Grayscale: #8E8E8E. Windows color (decimal): -3050140 or 6583761. OLE color: 6583761.

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

Color convert

RGB209117100-
CMYK00.440.520.18
HSL9.36º54.23%60.59%-
HSV(B)9.36º52.15%81.96%-
XYZ34.9627.215.46-
YUV142.57103.98175.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.06%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 100 (39.45% from 255) = 23.47%
R=49.06%
G=27.46%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911710000.440.520.189.3654.2360.59
HexD1756402C34129363d
Octal3211651440546422116675
Binary11010001111010111001000101100110100100101001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17564; }

 p { color: rgb(209,117,100); }

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

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

 a { background-color: rgb(209,117,100); }

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

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

 span { border-color: rgb(209,117,100); }

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