#DD6A56

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

Shades of Flamingo #DD6A56

Tints of Flamingo #DD6A56

Color information

#DD6A56 (or 0xDD6A56) is unknown color: approx Flamingo. HEX triplet: DD, 6A and 56. RGB value is (221,106,86). Sum of RGB (Red+Green+Blue) = 221+106+86=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A56 is #2295A9. Grayscale: #8A8A8A. Windows color (decimal): -2266538 or 5663453. OLE color: 5663453.

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

Color convert

RGB22110686-
CMYK00.520.610.13
HSL8.89º66.5%60.2%-
HSV(B)8.89º61.09%86.67%-
XYZ36.6526.3511.96-
YUV138.198.6187.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.51%
GREEN value IS 106 (41.80% from 255) = 25.67%
BLUE value IS 86 (33.98% from 255) = 20.82%
R=53.51%
G=25.67%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211068600.520.610.138.8966.560.2
HexDD6A560343DD9433c
Octal33515212606475151110374
Binary11011101110101010101100110100111101110110011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6A56; }

 p { color: rgb(221,106,86); }

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

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

 a { background-color: rgb(221,106,86); }

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

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

 span { border-color: rgb(221,106,86); }

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