#D86251

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

Shades of Flamingo #D86251

Tints of Flamingo #D86251

Color information

#D86251 (or 0xD86251) is unknown color: approx Flamingo. HEX triplet: D8, 62 and 51. RGB value is (216,98,81). Sum of RGB (Red+Green+Blue) = 216+98+81=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D86251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86251 is #279DAE. Grayscale: #838383. Windows color (decimal): -2596271 or 5333720. OLE color: 5333720.

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

Color convert

RGB2169881-
CMYK00.550.620.15
HSL7.56º63.38%58.24%-
HSV(B)7.56º62.5%84.71%-
XYZ34.1723.9310.6-
YUV131.3499.59188.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.68%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 81 (32.03% from 255) = 20.51%
R=54.68%
G=24.81%
B=20.51%

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
Decimal216988100.550.620.157.5663.3858.24
HexD862510373EF83f3a
Octal3301421210677617107772
Binary1101100011000101010001011011111111011111000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86251; }

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

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

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

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

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

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

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

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