#DD6544

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

Shades of Flamingo #DD6544

Tints of Flamingo #DD6544

Color information

#DD6544 (or 0xDD6544) is unknown color: approx Flamingo. HEX triplet: DD, 65 and 44. RGB value is (221,101,68). Sum of RGB (Red+Green+Blue) = 221+101+68=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6544 is #229ABB. Grayscale: #858585. Windows color (decimal): -2267836 or 4482525. OLE color: 4482525.

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

Color convert

RGB22110168-
CMYK00.540.690.13
HSL12.94º69.23%56.67%-
HSV(B)12.94º69.23%86.67%-
XYZ35.5225.18.44-
YUV133.1291.26190.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.67%
GREEN value IS 101 (39.84% from 255) = 25.90%
BLUE value IS 68 (26.95% from 255) = 17.44%
R=56.67%
G=25.90%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211016800.540.690.1312.9469.2356.67
HexDD654403645Dd4539
Octal335145104066105151510571
Binary110111011100101100010001101101000101110111011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6544; }

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

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

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

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

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

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

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

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