#DA674C

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

Shades of Flamingo #DA674C

Tints of Flamingo #DA674C

Color information

#DA674C (or 0xDA674C) is unknown color: approx Flamingo. HEX triplet: DA, 67 and 4C. RGB value is (218,103,76). Sum of RGB (Red+Green+Blue) = 218+103+76=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA674C is #2598B3. Grayscale: #868686. Windows color (decimal): -2463924 or 5007322. OLE color: 5007322.

HSL color Cylindrical-coordinate representation of color #DA674C: hue angle of 11.41º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA674C is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB21810376-
CMYK00.530.650.15
HSL11.41º65.74%57.65%-
HSV(B)11.41º65.14%85.49%-
XYZ35.0725.139.84-
YUV134.3195.1187.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.91%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 76 (30.08% from 255) = 19.14%
R=54.91%
G=25.94%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181037600.530.650.1511.4165.7457.65
HexDA674C03541Fb423a
Octal332147114065101171310272
Binary110110101100111100110001101011000001111110111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA674C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA674C; }

 p { color: rgb(218,103,76); }

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

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

 a { background-color: rgb(218,103,76); }

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

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

 span { border-color: rgb(218,103,76); }

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