#D86151

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

Shades of Flamingo #D86151

Tints of Flamingo #D86151

Color information

#D86151 (or 0xD86151) is unknown color: approx Flamingo. HEX triplet: D8, 61 and 51. RGB value is (216,97,81). Sum of RGB (Red+Green+Blue) = 216+97+81=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D86151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86151 is #279EAE. Grayscale: #828282. Windows color (decimal): -2596527 or 5333464. OLE color: 5333464.

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

Color convert

RGB2169781-
CMYK00.550.620.15
HSL7.11º63.38%58.24%-
HSV(B)7.11º62.5%84.71%-
XYZ34.0823.7410.57-
YUV130.7699.92188.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.82%
GREEN value IS 97 (38.28% from 255) = 24.62%
BLUE value IS 81 (32.03% from 255) = 20.56%
R=54.82%
G=24.62%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216978100.550.620.157.1163.3858.24
HexD861510373EF73f3a
Octal330141121067761777772
Binary110110001100001101000101101111111101111111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86151; }

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

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

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

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

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

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

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

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