#D1735C

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

Shades of Japonica #D1735C

Tints of Japonica #D1735C

Color information

#D1735C (or 0xD1735C) is unknown color: approx Japonica. HEX triplet: D1, 73 and 5C. RGB value is (209,115,92). Sum of RGB (Red+Green+Blue) = 209+115+92=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1735C is #2E8CA3. Grayscale: #8C8C8C. Windows color (decimal): -3050660 or 6058961. OLE color: 6058961.

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

Color convert

RGB20911592-
CMYK00.450.560.18
HSL11.79º55.98%59.02%-
HSV(B)11.79º55.98%81.96%-
XYZ34.3626.5913.45-
YUV140.48100.64176.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.24%
GREEN value IS 115 (45.31% from 255) = 27.64%
BLUE value IS 92 (36.33% from 255) = 22.12%
R=50.24%
G=27.64%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091159200.450.560.1811.7955.9859.02
HexD1735C02D3812c383b
Octal3211631340557022147073
Binary11010001111001110111000101101111000100101100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1735C; }

 p { color: rgb(209,115,92); }

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

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

 a { background-color: rgb(209,115,92); }

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

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

 span { border-color: rgb(209,115,92); }

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