#DD6548

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

Shades of Flamingo #DD6548

Tints of Flamingo #DD6548

Color information

#DD6548 (or 0xDD6548) is unknown color: approx Flamingo. HEX triplet: DD, 65 and 48. RGB value is (221,101,72). Sum of RGB (Red+Green+Blue) = 221+101+72=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6548 is #229AB7. Grayscale: #858585. Windows color (decimal): -2267832 or 4744669. OLE color: 4744669.

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

Color convert

RGB22110172-
CMYK00.540.670.13
HSL11.68º68.66%57.45%-
HSV(B)11.68º67.42%86.67%-
XYZ35.6425.159.11-
YUV133.5793.26190.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.09%
GREEN value IS 101 (39.84% from 255) = 25.63%
BLUE value IS 72 (28.52% from 255) = 18.27%
R=56.09%
G=25.63%
B=18.27%

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
Decimal2211017200.540.670.1311.6868.6657.45
HexDD654803643Dc4539
Octal335145110066103151410571
Binary110111011100101100100001101101000011110111001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6548; }

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

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

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

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

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

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

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

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