#D36F65

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

Shades of Japonica #D36F65

Tints of Japonica #D36F65

Color information

#D36F65 (or 0xD36F65) is unknown color: approx Japonica. HEX triplet: D3, 6F and 65. RGB value is (211,111,101). Sum of RGB (Red+Green+Blue) = 211+111+101=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D36F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36F65 is #2C909A. Grayscale: #8B8B8B. Windows color (decimal): -2920603 or 6647763. OLE color: 6647763.

HSL color Cylindrical-coordinate representation of color #D36F65: hue angle of 5.45º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D36F65 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB211111101-
CMYK00.470.520.17
HSL5.45º55.56%61.18%-
HSV(B)5.45º52.13%82.75%-
XYZ34.926.1615.52-
YUV139.76106.13178.81-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.88%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 101 (39.84% from 255) = 23.88%
R=49.88%
G=26.24%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111110100.470.520.175.4555.5661.18
HexD36F6502F34115383d
Octal323157145057642157075
Binary1101001111011111100101010111111010010001101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36F65; }

 p { color: rgb(211,111,101); }

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

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

 a { background-color: rgb(211,111,101); }

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

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

 span { border-color: rgb(211,111,101); }

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