#DF684A

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

Shades of Flamingo #DF684A

Tints of Flamingo #DF684A

Color information

#DF684A (or 0xDF684A) is unknown color: approx Flamingo. HEX triplet: DF, 68 and 4A. RGB value is (223,104,74). Sum of RGB (Red+Green+Blue) = 223+104+74=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF684A is #2097B5. Grayscale: #888888. Windows color (decimal): -2135990 or 4876511. OLE color: 4876511.

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

Color convert

RGB22310474-
CMYK00.530.670.13
HSL12.08º69.95%58.24%-
HSV(B)12.08º66.82%87.45%-
XYZ36.6226.089.58-
YUV136.1692.92189.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.61%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 74 (29.30% from 255) = 18.45%
R=55.61%
G=25.94%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231047400.530.670.1312.0869.9558.24
HexDF684A03543Dc463a
Octal337150112065103151410672
Binary110111111101000100101001101011000011110111001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF684A; }

 p { color: rgb(223,104,74); }

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

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

 a { background-color: rgb(223,104,74); }

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

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

 span { border-color: rgb(223,104,74); }

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