#DD6C49

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

Shades of Flamingo #DD6C49

Tints of Flamingo #DD6C49

Color information

#DD6C49 (or 0xDD6C49) is unknown color: approx Flamingo. HEX triplet: DD, 6C and 49. RGB value is (221,108,73). Sum of RGB (Red+Green+Blue) = 221+108+73=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6C49 is #2293B6. Grayscale: #8A8A8A. Windows color (decimal): -2266039 or 4811997. OLE color: 4811997.

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

Color convert

RGB22110873-
CMYK00.510.670.13
HSL14.19º68.52%57.65%-
HSV(B)14.19º66.97%86.67%-
XYZ36.3826.589.52-
YUV137.891.44187.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.98%
GREEN value IS 108 (42.58% from 255) = 26.87%
BLUE value IS 73 (28.91% from 255) = 18.16%
R=54.98%
G=26.87%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211087300.510.670.1314.1968.5257.65
HexDD6C4903343De453a
Octal335154111063103151610572
Binary110111011101100100100101100111000011110111101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6C49; }

 p { color: rgb(221,108,73); }

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

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

 a { background-color: rgb(221,108,73); }

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

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

 span { border-color: rgb(221,108,73); }

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