#DD6C52

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

Shades of Flamingo #DD6C52

Tints of Flamingo #DD6C52

Color information

#DD6C52 (or 0xDD6C52) is unknown color: approx Flamingo. HEX triplet: DD, 6C and 52. RGB value is (221,108,82). Sum of RGB (Red+Green+Blue) = 221+108+82=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6C52 is #2293AD. Grayscale: #8B8B8B. Windows color (decimal): -2266030 or 5401821. OLE color: 5401821.

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

Color convert

RGB22110882-
CMYK00.510.630.13
HSL11.22º67.15%59.41%-
HSV(B)11.22º62.9%86.67%-
XYZ36.726.7111.2-
YUV138.8295.94186.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.77%
GREEN value IS 108 (42.58% from 255) = 26.28%
BLUE value IS 82 (32.42% from 255) = 19.95%
R=53.77%
G=26.28%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211088200.510.630.1311.2267.1559.41
HexDD6C520333FDb433b
Octal33515412206377151310373
Binary11011101110110010100100110011111111110110111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6C52; }

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

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

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

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

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

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

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

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