#D86851

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

Shades of Flamingo #D86851

Tints of Flamingo #D86851

Color information

#D86851 (or 0xD86851) is unknown color: approx Flamingo. HEX triplet: D8, 68 and 51. RGB value is (216,104,81). Sum of RGB (Red+Green+Blue) = 216+104+81=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D86851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86851 is #2797AE. Grayscale: #878787. Windows color (decimal): -2594735 or 5335256. OLE color: 5335256.

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

Color convert

RGB21610481-
CMYK00.520.620.15
HSL10.22º63.38%58.24%-
HSV(B)10.22º62.5%84.71%-
XYZ34.7525.0910.8-
YUV134.8797.61185.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.87%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 81 (32.03% from 255) = 20.20%
R=53.87%
G=25.94%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161048100.520.620.1510.2263.3858.24
HexD868510343EFa3f3a
Octal3301501210647617127772
Binary1101100011010001010001011010011111011111010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86851; }

 p { color: rgb(216,104,81); }

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

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

 a { background-color: rgb(216,104,81); }

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

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

 span { border-color: rgb(216,104,81); }

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