#DD6956

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

Shades of Flamingo #DD6956

Tints of Flamingo #DD6956

Color information

#DD6956 (or 0xDD6956) is unknown color: approx Flamingo. HEX triplet: DD, 69 and 56. RGB value is (221,105,86). Sum of RGB (Red+Green+Blue) = 221+105+86=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6956 is #2296A9. Grayscale: #898989. Windows color (decimal): -2266794 or 5663197. OLE color: 5663197.

HSL color Cylindrical-coordinate representation of color #DD6956: hue angle of 8.44º 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 #DD6956 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22110586-
CMYK00.520.610.13
HSL8.44º66.5%60.2%-
HSV(B)8.44º61.09%86.67%-
XYZ36.5526.1511.92-
YUV137.5298.93187.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.64%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 86 (33.98% from 255) = 20.87%
R=53.64%
G=25.49%
B=20.87%

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
Decimal2211058600.520.610.138.4466.560.2
HexDD69560343DD8433c
Octal33515112606475151010374
Binary11011101110100110101100110100111101110110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6956; }

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

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

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

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

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

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

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

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