#DD6652

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

Shades of Flamingo #DD6652

Tints of Flamingo #DD6652

Color information

#DD6652 (or 0xDD6652) is unknown color: approx Flamingo. HEX triplet: DD, 66 and 52. RGB value is (221,102,82). Sum of RGB (Red+Green+Blue) = 221+102+82=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6652 is #2299AD. Grayscale: #878787. Windows color (decimal): -2267566 or 5400285. OLE color: 5400285.

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

Color convert

RGB22110282-
CMYK00.540.630.13
HSL8.63º67.15%59.41%-
HSV(B)8.63º62.9%86.67%-
XYZ36.0925.4811-
YUV135.397.92189.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.57%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 82 (32.42% from 255) = 20.25%
R=54.57%
G=25.19%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211028200.540.630.138.6367.1559.41
HexDD66520363FD9433b
Octal33514612206677151110373
Binary11011101110011010100100110110111111110110011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6652; }

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

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

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

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

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

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

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

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