#D1765F

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

Shades of Japonica #D1765F

Tints of Japonica #D1765F

Color information

#D1765F (or 0xD1765F) is unknown color: approx Japonica. HEX triplet: D1, 76 and 5F. RGB value is (209,118,95). Sum of RGB (Red+Green+Blue) = 209+118+95=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1765F is #2E89A0. Grayscale: #8E8E8E. Windows color (decimal): -3049889 or 6256337. OLE color: 6256337.

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

Color convert

RGB20911895-
CMYK00.440.550.18
HSL12.11º55.34%59.61%-
HSV(B)12.11º54.55%81.96%-
XYZ34.8427.3414.27-
YUV142.59101.15175.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.53%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 95 (37.5% from 255) = 22.51%
R=49.53%
G=27.96%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091189500.440.550.1812.1155.3459.61
HexD1765F02C3712c373c
Octal3211661370546722146774
Binary11010001111011010111110101100110111100101100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1765F; }

 p { color: rgb(209,118,95); }

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

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

 a { background-color: rgb(209,118,95); }

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

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

 span { border-color: rgb(209,118,95); }

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