#DD644C

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

Shades of Flamingo #DD644C

Tints of Flamingo #DD644C

Color information

#DD644C (or 0xDD644C) is unknown color: approx Flamingo. HEX triplet: DD, 64 and 4C. RGB value is (221,100,76). Sum of RGB (Red+Green+Blue) = 221+100+76=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD644C is #229BB3. Grayscale: #858585. Windows color (decimal): -2268084 or 5006557. OLE color: 5006557.

HSL color Cylindrical-coordinate representation of color #DD644C: hue angle of 9.93º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD644C is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB22110076-
CMYK00.550.660.13
HSL9.93º68.08%58.24%-
HSV(B)9.93º65.61%86.67%-
XYZ35.6825.019.78-
YUV133.4495.59190.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.67%
GREEN value IS 100 (39.45% from 255) = 25.19%
BLUE value IS 76 (30.08% from 255) = 19.14%
R=55.67%
G=25.19%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211007600.550.660.139.9368.0858.24
HexDD644C03742Da443a
Octal335144114067102151210472
Binary110111011100100100110001101111000010110110101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD644C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD644C; }

 p { color: rgb(221,100,76); }

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

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

 a { background-color: rgb(221,100,76); }

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

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

 span { border-color: rgb(221,100,76); }

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