#DA6649

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

Shades of Flamingo #DA6649

Tints of Flamingo #DA6649

Color information

#DA6649 (or 0xDA6649) is unknown color: approx Flamingo. HEX triplet: DA, 66 and 49. RGB value is (218,102,73). Sum of RGB (Red+Green+Blue) = 218+102+73=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6649 is #2599B6. Grayscale: #858585. Windows color (decimal): -2464183 or 4810458. OLE color: 4810458.

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

Color convert

RGB21810273-
CMYK00.530.670.15
HSL12º66.21%57.06%-
HSV(B)12º66.51%85.49%-
XYZ34.8724.899.27-
YUV133.3893.93188.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.47%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 73 (28.91% from 255) = 18.58%
R=55.47%
G=25.95%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181027300.530.670.151266.2157.06
HexDA664903543Fc4239
Octal332146111065103171410271
Binary110110101100110100100101101011000011111111001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6649; }

 p { color: rgb(218,102,73); }

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

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

 a { background-color: rgb(218,102,73); }

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

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

 span { border-color: rgb(218,102,73); }

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