#D86346

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

Shades of Flamingo #D86346

Tints of Flamingo #D86346

Color information

#D86346 (or 0xD86346) is unknown color: approx Flamingo. HEX triplet: D8, 63 and 46. RGB value is (216,99,70). Sum of RGB (Red+Green+Blue) = 216+99+70=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D86346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86346 is #279CB9. Grayscale: #828282. Windows color (decimal): -2596026 or 4613080. OLE color: 4613080.

HSL color Cylindrical-coordinate representation of color #D86346: hue angle of 11.92º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D86346 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB2169970-
CMYK00.540.680.15
HSL11.92º65.18%56.08%-
HSV(B)11.92º67.59%84.71%-
XYZ33.8923.968.63-
YUV130.6893.76188.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.10%
GREEN value IS 99 (39.06% from 255) = 25.71%
BLUE value IS 70 (27.73% from 255) = 18.18%
R=56.10%
G=25.71%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216997000.540.680.1511.9265.1856.08
HexD8634603644Fc4138
Octal330143106066104171410170
Binary110110001100011100011001101101000100111111001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86346; }

 p { color: rgb(216,99,70); }

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

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

 a { background-color: rgb(216,99,70); }

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

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

 span { border-color: rgb(216,99,70); }

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