#DD6145

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

Shades of Flamingo #DD6145

Tints of Flamingo #DD6145

Color information

#DD6145 (or 0xDD6145) is unknown color: approx Flamingo. HEX triplet: DD, 61 and 45. RGB value is (221,97,69). Sum of RGB (Red+Green+Blue) = 221+97+69=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6145 is #229EBA. Grayscale: #838383. Windows color (decimal): -2268859 or 4547037. OLE color: 4547037.

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

Color convert

RGB2219769-
CMYK00.560.690.13
HSL11.05º69.09%56.86%-
HSV(B)11.05º68.78%86.67%-
XYZ35.1724.358.48-
YUV130.8893.08192.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.11%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 69 (27.34% from 255) = 17.83%
R=57.11%
G=25.06%
B=17.83%

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
Decimal221976900.560.690.1311.0569.0956.86
HexDD614503845Db4539
Octal335141105070105151310571
Binary110111011100001100010101110001000101110110111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6145; }

 p { color: rgb(221,97,69); }

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

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

 a { background-color: rgb(221,97,69); }

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

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

 span { border-color: rgb(221,97,69); }

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