#DD684F

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

Shades of Flamingo #DD684F

Tints of Flamingo #DD684F

Color information

#DD684F (or 0xDD684F) is unknown color: approx Flamingo. HEX triplet: DD, 68 and 4F. RGB value is (221,104,79). Sum of RGB (Red+Green+Blue) = 221+104+79=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD684F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD684F is #2297B0. Grayscale: #888888. Windows color (decimal): -2267057 or 5204189. OLE color: 5204189.

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

Color convert

RGB22110479-
CMYK00.530.640.13
HSL10.56º67.62%58.82%-
HSV(B)10.56º64.25%86.67%-
XYZ36.1825.8410.48-
YUV136.1395.76188.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.70%
GREEN value IS 104 (41.02% from 255) = 25.74%
BLUE value IS 79 (31.25% from 255) = 19.55%
R=54.70%
G=25.74%
B=19.55%

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
Decimal2211047900.530.640.1310.5667.6258.82
HexDD684F03540Db443b
Octal335150117065100151310473
Binary110111011101000100111101101011000000110110111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD684F; }

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

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

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

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

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

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

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

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