#DD6654

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

Shades of Flamingo #DD6654

Tints of Flamingo #DD6654

Color information

#DD6654 (or 0xDD6654) is unknown color: approx Flamingo. HEX triplet: DD, 66 and 54. RGB value is (221,102,84). Sum of RGB (Red+Green+Blue) = 221+102+84=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6654 is #2299AB. Grayscale: #878787. Windows color (decimal): -2267564 or 5531357. OLE color: 5531357.

HSL color Cylindrical-coordinate representation of color #DD6654: hue angle of 7.88º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD6654 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22110284-
CMYK00.540.620.13
HSL7.88º66.83%59.8%-
HSV(B)7.88º61.99%86.67%-
XYZ36.1725.5111.41-
YUV135.5398.92188.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.30%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 84 (33.20% from 255) = 20.64%
R=54.30%
G=25.06%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211028400.540.620.137.8866.8359.8
HexDD66540363ED8433c
Octal33514612406676151010374
Binary11011101110011010101000110110111110110110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6654; }

 p { color: rgb(221,102,84); }

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

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

 a { background-color: rgb(221,102,84); }

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

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

 span { border-color: rgb(221,102,84); }

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