#D86A54

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

Shades of Flamingo #D86A54

Tints of Flamingo #D86A54

Color information

#D86A54 (or 0xD86A54) is unknown color: approx Flamingo. HEX triplet: D8, 6A and 54. RGB value is (216,106,84). Sum of RGB (Red+Green+Blue) = 216+106+84=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A54 is #2795AB. Grayscale: #888888. Windows color (decimal): -2594220 or 5532376. OLE color: 5532376.

HSL color Cylindrical-coordinate representation of color #D86A54: hue angle of 10º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D86A54 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB21610684-
CMYK00.510.610.15
HSL10º62.86%58.82%-
HSV(B)10º61.11%84.71%-
XYZ35.0725.5511.47-
YUV136.3898.44184.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.20%
GREEN value IS 106 (41.80% from 255) = 26.11%
BLUE value IS 84 (33.20% from 255) = 20.69%
R=53.20%
G=26.11%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161068400.510.610.151062.8658.82
HexD86A540333DFa3f3b
Octal3301521240637517127773
Binary1101100011010101010100011001111110111111010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86A54; }

 p { color: rgb(216,106,84); }

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

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

 a { background-color: rgb(216,106,84); }

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

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

 span { border-color: rgb(216,106,84); }

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