#D86252

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

Shades of Flamingo #D86252

Tints of Flamingo #D86252

Color information

#D86252 (or 0xD86252) is unknown color: approx Flamingo. HEX triplet: D8, 62 and 52. RGB value is (216,98,82). Sum of RGB (Red+Green+Blue) = 216+98+82=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D86252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86252 is #279DAD. Grayscale: #838383. Windows color (decimal): -2596270 or 5399256. OLE color: 5399256.

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

Color convert

RGB2169882-
CMYK00.550.620.15
HSL7.16º63.21%58.43%-
HSV(B)7.16º62.04%84.71%-
XYZ34.2123.9410.8-
YUV131.46100.09188.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.55%
GREEN value IS 98 (38.67% from 255) = 24.75%
BLUE value IS 82 (32.42% from 255) = 20.71%
R=54.55%
G=24.75%
B=20.71%

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
Decimal216988200.550.620.157.1663.2158.43
HexD862520373EF73f3a
Octal330142122067761777772
Binary110110001100010101001001101111111101111111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86252; }

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

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

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

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

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

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

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

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