#DF674A

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

Shades of Flamingo #DF674A

Tints of Flamingo #DF674A

Color information

#DF674A (or 0xDF674A) is unknown color: approx Flamingo. HEX triplet: DF, 67 and 4A. RGB value is (223,103,74). Sum of RGB (Red+Green+Blue) = 223+103+74=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF674A is #2098B5. Grayscale: #878787. Windows color (decimal): -2136246 or 4876255. OLE color: 4876255.

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

Color convert

RGB22310374-
CMYK00.540.670.13
HSL11.68º69.95%58.24%-
HSV(B)11.68º66.82%87.45%-
XYZ36.5225.889.55-
YUV135.5793.26190.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.75%
GREEN value IS 103 (40.62% from 255) = 25.75%
BLUE value IS 74 (29.30% from 255) = 18.5%
R=55.75%
G=25.75%
B=18.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231037400.540.670.1311.6869.9558.24
HexDF674A03643Dc463a
Octal337147112066103151410672
Binary110111111100111100101001101101000011110111001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF674A; }

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

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

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

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

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

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

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

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