#DA644D

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

Shades of Flamingo #DA644D

Tints of Flamingo #DA644D

Color information

#DA644D (or 0xDA644D) is unknown color: approx Flamingo. HEX triplet: DA, 64 and 4D. RGB value is (218,100,77). Sum of RGB (Red+Green+Blue) = 218+100+77=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA644D is #259BB2. Grayscale: #848484. Windows color (decimal): -2464691 or 5072090. OLE color: 5072090.

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

Color convert

RGB21810077-
CMYK00.540.650.15
HSL9.79º65.58%57.84%-
HSV(B)9.79º64.68%85.49%-
XYZ34.8124.569.93-
YUV132.6696.59188.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.19%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 77 (30.47% from 255) = 19.49%
R=55.19%
G=25.32%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181007700.540.650.159.7965.5857.84
HexDA644D03641Fa423a
Octal332144115066101171210272
Binary110110101100100100110101101101000001111110101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA644D; }

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

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

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

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

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

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

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

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