#DD674F

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

Shades of Flamingo #DD674F

Tints of Flamingo #DD674F

Color information

#DD674F (or 0xDD674F) is unknown color: approx Flamingo. HEX triplet: DD, 67 and 4F. RGB value is (221,103,79). Sum of RGB (Red+Green+Blue) = 221+103+79=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD674F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD674F is #2298B0. Grayscale: #878787. Windows color (decimal): -2267313 or 5203933. OLE color: 5203933.

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

Color convert

RGB22110379-
CMYK00.530.640.13
HSL10.14º67.62%58.82%-
HSV(B)10.14º64.25%86.67%-
XYZ36.0825.6410.44-
YUV135.5596.09188.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.84%
GREEN value IS 103 (40.62% from 255) = 25.56%
BLUE value IS 79 (31.25% from 255) = 19.60%
R=54.84%
G=25.56%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211037900.530.640.1310.1467.6258.82
HexDD674F03540Da443b
Octal335147117065100151210473
Binary110111011100111100111101101011000000110110101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD674F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD674F; }

 p { color: rgb(221,103,79); }

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

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

 a { background-color: rgb(221,103,79); }

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

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

 span { border-color: rgb(221,103,79); }

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