#D46E53

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

Shades of Japonica #D46E53

Tints of Japonica #D46E53

Color information

#D46E53 (or 0xD46E53) is unknown color: approx Japonica. HEX triplet: D4, 6E and 53. RGB value is (212,110,83). Sum of RGB (Red+Green+Blue) = 212+110+83=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D46E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46E53 is #2B91AC. Grayscale: #898989. Windows color (decimal): -2855341 or 5467860. OLE color: 5467860.

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

Color convert

RGB21211083-
CMYK00.480.610.17
HSL12.56º60%57.84%-
HSV(B)12.56º60.85%83.14%-
XYZ34.2925.7711.35-
YUV137.4297.29181.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.35%
GREEN value IS 110 (43.36% from 255) = 27.16%
BLUE value IS 83 (32.81% from 255) = 20.49%
R=52.35%
G=27.16%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121108300.480.610.1712.566057.84
HexD46E530303D11d3c3a
Octal3241561230607521157472
Binary11010100110111010100110110000111101100011101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46E53; }

 p { color: rgb(212,110,83); }

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

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

 a { background-color: rgb(212,110,83); }

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

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

 span { border-color: rgb(212,110,83); }

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