#D86649

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

Shades of Flamingo #D86649

Tints of Flamingo #D86649

Color information

#D86649 (or 0xD86649) is unknown color: approx Flamingo. HEX triplet: D8, 66 and 49. RGB value is (216,102,73). Sum of RGB (Red+Green+Blue) = 216+102+73=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D86649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86649 is #2799B6. Grayscale: #858585. Windows color (decimal): -2595255 or 4810456. OLE color: 4810456.

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

Color convert

RGB21610273-
CMYK00.530.660.15
HSL12.17º64.71%56.67%-
HSV(B)12.17º66.2%84.71%-
XYZ34.2724.589.24-
YUV132.7894.27187.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.24%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 73 (28.91% from 255) = 18.67%
R=55.24%
G=26.09%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161027300.530.660.1512.1764.7156.67
HexD8664903542Fc4139
Octal330146111065102171410171
Binary110110001100110100100101101011000010111111001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86649; }

 p { color: rgb(216,102,73); }

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

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

 a { background-color: rgb(216,102,73); }

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

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

 span { border-color: rgb(216,102,73); }

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