#DD6648

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

Shades of Flamingo #DD6648

Tints of Flamingo #DD6648

Color information

#DD6648 (or 0xDD6648) is unknown color: approx Flamingo. HEX triplet: DD, 66 and 48. RGB value is (221,102,72). Sum of RGB (Red+Green+Blue) = 221+102+72=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6648 is #2299B7. Grayscale: #868686. Windows color (decimal): -2267576 or 4744925. OLE color: 4744925.

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

Color convert

RGB22110272-
CMYK00.540.670.13
HSL12.08º68.66%57.45%-
HSV(B)12.08º67.42%86.67%-
XYZ35.7425.349.14-
YUV134.1692.92189.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.95%
GREEN value IS 102 (40.23% from 255) = 25.82%
BLUE value IS 72 (28.52% from 255) = 18.23%
R=55.95%
G=25.82%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211027200.540.670.1312.0868.6657.45
HexDD664803643Dc4539
Octal335146110066103151410571
Binary110111011100110100100001101101000011110111001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6648; }

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

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

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

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

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

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

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

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