#DD604E

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

Shades of Flamingo #DD604E

Tints of Flamingo #DD604E

Color information

#DD604E (or 0xDD604E) is unknown color: approx Flamingo. HEX triplet: DD, 60 and 4E. RGB value is (221,96,78). Sum of RGB (Red+Green+Blue) = 221+96+78=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD604E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD604E is #229FB1. Grayscale: #838383. Windows color (decimal): -2269106 or 5136605. OLE color: 5136605.

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

Color convert

RGB2219678-
CMYK00.570.650.13
HSL7.55º67.77%58.63%-
HSV(B)7.55º64.71%86.67%-
XYZ35.3824.2910.03-
YUV131.3297.91191.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.95%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 78 (30.86% from 255) = 19.75%
R=55.95%
G=24.30%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221967800.570.650.137.5567.7758.63
HexDD604E03941D8443b
Octal335140116071101151010473
Binary110111011100000100111001110011000001110110001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD604E; }

 p { color: rgb(221,96,78); }

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

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

 a { background-color: rgb(221,96,78); }

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

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

 span { border-color: rgb(221,96,78); }

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