#DA604B

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

Shades of Flamingo #DA604B

Tints of Flamingo #DA604B

Color information

#DA604B (or 0xDA604B) is unknown color: approx Flamingo. HEX triplet: DA, 60 and 4B. RGB value is (218,96,75). Sum of RGB (Red+Green+Blue) = 218+96+75=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA604B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA604B is #259FB4. Grayscale: #828282. Windows color (decimal): -2465717 or 4939994. OLE color: 4939994.

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

Color convert

RGB2189675-
CMYK00.560.660.15
HSL8.81º65.9%57.45%-
HSV(B)8.81º65.6%85.49%-
XYZ34.3723.789.44-
YUV130.0896.92190.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.04%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 75 (29.69% from 255) = 19.28%
R=56.04%
G=24.68%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218967500.560.660.158.8165.957.45
HexDA604B03842F94239
Octal332140113070102171110271
Binary110110101100000100101101110001000010111110011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA604B; }

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

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

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

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

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

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

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

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