#DD6244

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

Shades of Flamingo #DD6244

Tints of Flamingo #DD6244

Color information

#DD6244 (or 0xDD6244) is unknown color: approx Flamingo. HEX triplet: DD, 62 and 44. RGB value is (221,98,68). Sum of RGB (Red+Green+Blue) = 221+98+68=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6244 is #229DBB. Grayscale: #838383. Windows color (decimal): -2268604 or 4481757. OLE color: 4481757.

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

Color convert

RGB2219868-
CMYK00.560.690.13
HSL11.76º69.23%56.67%-
HSV(B)11.76º69.23%86.67%-
XYZ35.2324.528.35-
YUV131.3692.25191.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.11%
GREEN value IS 98 (38.67% from 255) = 25.32%
BLUE value IS 68 (26.95% from 255) = 17.57%
R=57.11%
G=25.32%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221986800.560.690.1311.7669.2356.67
HexDD624403845Dc4539
Octal335142104070105151410571
Binary110111011100010100010001110001000101110111001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6244; }

 p { color: rgb(221,98,68); }

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

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

 a { background-color: rgb(221,98,68); }

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

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

 span { border-color: rgb(221,98,68); }

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