#D46951

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

Shades of Japonica #D46951

Tints of Japonica #D46951

Color information

#D46951 (or 0xD46951) is unknown color: approx Japonica. HEX triplet: D4, 69 and 51. RGB value is (212,105,81). Sum of RGB (Red+Green+Blue) = 212+105+81=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D46951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46951 is #2B96AE. Grayscale: #868686. Windows color (decimal): -2856623 or 5335508. OLE color: 5335508.

HSL color Cylindrical-coordinate representation of color #D46951: hue angle of 10.99º 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 #D46951 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB21210581-
CMYK00.500.620.17
HSL10.99º60.37%57.45%-
HSV(B)10.99º61.79%83.14%-
XYZ33.6924.6910.78-
YUV134.2697.95183.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.27%
GREEN value IS 105 (41.41% from 255) = 26.38%
BLUE value IS 81 (32.03% from 255) = 20.35%
R=53.27%
G=26.38%
B=20.35%

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
Decimal2121058100.500.620.1710.9960.3757.45
HexD469510323E11b3c39
Octal3241511210627621137471
Binary11010100110100110100010110010111110100011011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46951; }

 p { color: rgb(212,105,81); }

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

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

 a { background-color: rgb(212,105,81); }

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

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

 span { border-color: rgb(212,105,81); }

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