#D47362

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

Shades of Japonica #D47362

Tints of Japonica #D47362

Color information

#D47362 (or 0xD47362) is unknown color: approx Japonica. HEX triplet: D4, 73 and 62. RGB value is (212,115,98). Sum of RGB (Red+Green+Blue) = 212+115+98=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D47362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47362 is #2B8C9D. Grayscale: #8E8E8E. Windows color (decimal): -2854046 or 6452180. OLE color: 6452180.

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

Color convert

RGB21211598-
CMYK00.460.540.17
HSL8.95º57%60.78%-
HSV(B)8.95º53.77%83.14%-
XYZ35.4927.1414.92-
YUV142.06103.14177.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.88%
GREEN value IS 115 (45.31% from 255) = 27.06%
BLUE value IS 98 (38.67% from 255) = 23.06%
R=49.88%
G=27.06%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121159800.460.540.178.955760.78
HexD4736202E36119393d
Octal3241631420566621117175
Binary11010100111001111000100101110110110100011001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47362; }

 p { color: rgb(212,115,98); }

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

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

 a { background-color: rgb(212,115,98); }

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

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

 span { border-color: rgb(212,115,98); }

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