#D46A57

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

Shades of Japonica #D46A57

Tints of Japonica #D46A57

Color information

#D46A57 (or 0xD46A57) is unknown color: approx Japonica. HEX triplet: D4, 6A and 57. RGB value is (212,106,87). Sum of RGB (Red+Green+Blue) = 212+106+87=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46A57 is #2B95A8. Grayscale: #878787. Windows color (decimal): -2856361 or 5728980. OLE color: 5728980.

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

Color convert

RGB21210687-
CMYK00.50.590.17
HSL9.12º59.24%58.63%-
HSV(B)9.12º58.96%83.14%-
XYZ34.0324.9912.05-
YUV135.53100.62182.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.35%
GREEN value IS 106 (41.80% from 255) = 26.17%
BLUE value IS 87 (34.38% from 255) = 21.48%
R=52.35%
G=26.17%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121068700.50.590.179.1259.2458.63
HexD46A570323B1193b3b
Octal3241521270627321117373
Binary11010100110101010101110110010111011100011001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46A57; }

 p { color: rgb(212,106,87); }

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

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

 a { background-color: rgb(212,106,87); }

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

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

 span { border-color: rgb(212,106,87); }

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