#D96147

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

Shades of Flamingo #D96147

Tints of Flamingo #D96147

Color information

#D96147 (or 0xD96147) is unknown color: approx Flamingo. HEX triplet: D9, 61 and 47. RGB value is (217,97,71). Sum of RGB (Red+Green+Blue) = 217+97+71=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D96147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96147 is #269EB8. Grayscale: #828282. Windows color (decimal): -2531001 or 4678105. OLE color: 4678105.

HSL color Cylindrical-coordinate representation of color #D96147: hue angle of 10.68º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D96147 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB2179771-
CMYK00.550.670.15
HSL10.68º65.77%56.47%-
HSV(B)10.68º67.28%85.1%-
XYZ34.0323.768.75-
YUV129.9294.76190.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.36%
GREEN value IS 97 (38.28% from 255) = 25.19%
BLUE value IS 71 (28.12% from 255) = 18.44%
R=56.36%
G=25.19%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217977100.550.670.1510.6865.7756.47
HexD9614703743Fb4238
Octal331141107067103171310270
Binary110110011100001100011101101111000011111110111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96147; }

 p { color: rgb(217,97,71); }

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

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

 a { background-color: rgb(217,97,71); }

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

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

 span { border-color: rgb(217,97,71); }

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