#d96552

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

Shades of Flamingo #D96552

Tints of Flamingo #D96552

Color information

#D96552 (or 0xD96552) is unknown color: approx Flamingo. HEX triplet: D9, 65 and 52. RGB value is (217,101,82). Sum of RGB (Red+Green+Blue) = 217+101+82=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D96552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96552 is #269AAD. Grayscale: #858585. Windows color (decimal): -2529966 or 5400025. OLE color: 5400025.

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

Color convert

RGB21710182-
CMYK00.530.620.15
HSL8.44º63.98%58.63%-
HSV(B)8.44º62.21%85.1%-
XYZ34.7924.6710.91-
YUV133.5298.93187.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.25%
GREEN value IS 101 (39.84% from 255) = 25.25%
BLUE value IS 82 (32.42% from 255) = 20.5%
R=54.25%
G=25.25%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171018200.530.620.158.4463.9858.63
HexD965520353EF8403b
Octal33114512206576171010073
Binary11011001110010110100100110101111110111110001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d96552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d96552; }

 p { color: rgb(217,101,82); }

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

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

 a { background-color: rgb(217,101,82); }

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

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

 span { border-color: rgb(217,101,82); }

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