#DA604E

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

Shades of Flamingo #DA604E

Tints of Flamingo #DA604E

Color information

#DA604E (or 0xDA604E) is unknown color: approx Flamingo. HEX triplet: DA, 60 and 4E. RGB value is (218,96,78). Sum of RGB (Red+Green+Blue) = 218+96+78=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA604E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA604E is #259FB1. Grayscale: #828282. Windows color (decimal): -2465714 or 5136602. OLE color: 5136602.

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

Color convert

RGB2189678-
CMYK00.560.640.15
HSL7.71º65.42%58.04%-
HSV(B)7.71º64.22%85.49%-
XYZ34.4723.829.99-
YUV130.4398.42190.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.61%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 78 (30.86% from 255) = 19.90%
R=55.61%
G=24.49%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218967800.560.640.157.7165.4258.04
HexDA604E03840F8413a
Octal332140116070100171010172
Binary110110101100000100111001110001000000111110001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA604E; }

 p { color: rgb(218,96,78); }

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

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

 a { background-color: rgb(218,96,78); }

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

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

 span { border-color: rgb(218,96,78); }

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