#DA664D

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

Shades of Flamingo #DA664D

Tints of Flamingo #DA664D

Color information

#DA664D (or 0xDA664D) is unknown color: approx Flamingo. HEX triplet: DA, 66 and 4D. RGB value is (218,102,77). Sum of RGB (Red+Green+Blue) = 218+102+77=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA664D is #2599B2. Grayscale: #868686. Windows color (decimal): -2464179 or 5072602. OLE color: 5072602.

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

Color convert

RGB21810277-
CMYK00.530.650.15
HSL10.64º65.58%57.84%-
HSV(B)10.64º64.68%85.49%-
XYZ3524.949.99-
YUV133.8395.93188.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.91%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 77 (30.47% from 255) = 19.40%
R=54.91%
G=25.69%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181027700.530.650.1510.6465.5857.84
HexDA664D03541Fb423a
Octal332146115065101171310272
Binary110110101100110100110101101011000001111110111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA664D; }

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

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

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

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

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

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

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

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