#D17A5E

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

Shades of Japonica #D17A5E

Tints of Japonica #D17A5E

Color information

#D17A5E (or 0xD17A5E) is unknown color: approx Japonica. HEX triplet: D1, 7A and 5E. RGB value is (209,122,94). Sum of RGB (Red+Green+Blue) = 209+122+94=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17A5E is #2E85A1. Grayscale: #919191. Windows color (decimal): -3048866 or 6191825. OLE color: 6191825.

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

Color convert

RGB20912294-
CMYK00.420.550.18
HSL14.61º55.56%59.41%-
HSV(B)14.61º55.02%81.96%-
XYZ35.2728.2814.19-
YUV144.8299.32173.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.18%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 94 (37.11% from 255) = 22.12%
R=49.18%
G=28.71%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091229400.420.550.1814.6155.5659.41
HexD17A5E02A3712f383b
Octal3211721360526722177073
Binary11010001111101010111100101010110111100101111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17A5E; }

 p { color: rgb(209,122,94); }

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

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

 a { background-color: rgb(209,122,94); }

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

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

 span { border-color: rgb(209,122,94); }

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