#DD6448

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

Shades of Flamingo #DD6448

Tints of Flamingo #DD6448

Color information

#DD6448 (or 0xDD6448) is unknown color: approx Flamingo. HEX triplet: DD, 64 and 48. RGB value is (221,100,72). Sum of RGB (Red+Green+Blue) = 221+100+72=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6448 is #229BB7. Grayscale: #858585. Windows color (decimal): -2268088 or 4744413. OLE color: 4744413.

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

Color convert

RGB22110072-
CMYK00.550.670.13
HSL11.28º68.66%57.45%-
HSV(B)11.28º67.42%86.67%-
XYZ35.5524.959.07-
YUV132.9993.59190.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.23%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 72 (28.52% from 255) = 18.32%
R=56.23%
G=25.45%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211007200.550.670.1311.2868.6657.45
HexDD644803743Db4539
Octal335144110067103151310571
Binary110111011100100100100001101111000011110110111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6448; }

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

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

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

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

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

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

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

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