#D36A50

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

Shades of Japonica #D36A50

Tints of Japonica #D36A50

Color information

#D36A50 (or 0xD36A50) is unknown color: approx Japonica. HEX triplet: D3, 6A and 50. RGB value is (211,106,80). Sum of RGB (Red+Green+Blue) = 211+106+80=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D36A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36A50 is #2C95AF. Grayscale: #868686. Windows color (decimal): -2921904 or 5270227. OLE color: 5270227.

HSL color Cylindrical-coordinate representation of color #D36A50: hue angle of 11.91º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D36A50 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB21110680-
CMYK00.500.620.17
HSL11.91º59.82%57.06%-
HSV(B)11.91º62.09%82.75%-
XYZ33.4724.7410.6-
YUV134.4397.29182.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.15%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 80 (31.64% from 255) = 20.15%
R=53.15%
G=26.70%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111068000.500.620.1711.9159.8257.06
HexD36A500323E11c3c39
Octal3231521200627621147471
Binary11010011110101010100000110010111110100011100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36A50; }

 p { color: rgb(211,106,80); }

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

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

 a { background-color: rgb(211,106,80); }

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

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

 span { border-color: rgb(211,106,80); }

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