#DA634E

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

Shades of Flamingo #DA634E

Tints of Flamingo #DA634E

Color information

#DA634E (or 0xDA634E) is unknown color: approx Flamingo. HEX triplet: DA, 63 and 4E. RGB value is (218,99,78). Sum of RGB (Red+Green+Blue) = 218+99+78=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA634E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA634E is #259CB1. Grayscale: #848484. Windows color (decimal): -2464946 or 5137370. OLE color: 5137370.

HSL color Cylindrical-coordinate representation of color #DA634E: hue angle of 9º 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 #DA634E is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB2189978-
CMYK00.550.640.15
HSL65.42%58.04%-
HSV(B)64.22%85.49%-
XYZ34.7524.3810.08-
YUV132.1997.42189.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.19%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 78 (30.86% from 255) = 19.75%
R=55.19%
G=25.06%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218997800.550.640.15965.4258.04
HexDA634E03740F9413a
Octal332143116067100171110172
Binary110110101100011100111001101111000000111110011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA634E; }

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

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

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

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

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

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

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

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