#DA624D

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

Shades of Flamingo #DA624D

Tints of Flamingo #DA624D

Color information

#DA624D (or 0xDA624D) is unknown color: approx Flamingo. HEX triplet: DA, 62 and 4D. RGB value is (218,98,77). Sum of RGB (Red+Green+Blue) = 218+98+77=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA624D is #259DB2. Grayscale: #838383. Windows color (decimal): -2465203 or 5071578. OLE color: 5071578.

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

Color convert

RGB2189877-
CMYK00.550.650.15
HSL8.94º65.58%57.84%-
HSV(B)8.94º64.68%85.49%-
XYZ34.6224.189.86-
YUV131.4997.26189.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.47%
GREEN value IS 98 (38.67% from 255) = 24.94%
BLUE value IS 77 (30.47% from 255) = 19.59%
R=55.47%
G=24.94%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218987700.550.650.158.9465.5857.84
HexDA624D03741F9423a
Octal332142115067101171110272
Binary110110101100010100110101101111000001111110011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA624D; }

 p { color: rgb(218,98,77); }

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

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

 a { background-color: rgb(218,98,77); }

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

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

 span { border-color: rgb(218,98,77); }

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