#DD6644

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

Shades of Flamingo #DD6644

Tints of Flamingo #DD6644

Color information

#DD6644 (or 0xDD6644) is unknown color: approx Flamingo. HEX triplet: DD, 66 and 44. RGB value is (221,102,68). Sum of RGB (Red+Green+Blue) = 221+102+68=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6644 is #2299BB. Grayscale: #858585. Windows color (decimal): -2267580 or 4482781. OLE color: 4482781.

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

Color convert

RGB22110268-
CMYK00.540.690.13
HSL13.33º69.23%56.67%-
HSV(B)13.33º69.23%86.67%-
XYZ35.6125.298.47-
YUV133.790.92190.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.52%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 68 (26.95% from 255) = 17.39%
R=56.52%
G=26.09%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211026800.540.690.1313.3369.2356.67
HexDD664403645Dd4539
Octal335146104066105151510571
Binary110111011100110100010001101101000101110111011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6644; }

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

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

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

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

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

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

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

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