#DA654D

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

Shades of Flamingo #DA654D

Tints of Flamingo #DA654D

Color information

#DA654D (or 0xDA654D) is unknown color: approx Flamingo. HEX triplet: DA, 65 and 4D. RGB value is (218,101,77). Sum of RGB (Red+Green+Blue) = 218+101+77=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA654D is #259AB2. Grayscale: #858585. Windows color (decimal): -2464435 or 5072346. OLE color: 5072346.

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

Color convert

RGB21810177-
CMYK00.540.650.15
HSL10.21º65.58%57.84%-
HSV(B)10.21º64.68%85.49%-
XYZ34.9124.759.96-
YUV133.2596.26188.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.05%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 77 (30.47% from 255) = 19.44%
R=55.05%
G=25.51%
B=19.44%

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
Decimal2181017700.540.650.1510.2165.5857.84
HexDA654D03641Fa423a
Octal332145115066101171210272
Binary110110101100101100110101101101000001111110101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA654D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA654D; }

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

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

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

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

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

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

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

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