#DA6647

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

Shades of Flamingo #DA6647

Tints of Flamingo #DA6647

Color information

#DA6647 (or 0xDA6647) is unknown color: approx Flamingo. HEX triplet: DA, 66 and 47. RGB value is (218,102,71). Sum of RGB (Red+Green+Blue) = 218+102+71=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6647 is #2599B8. Grayscale: #858585. Windows color (decimal): -2464185 or 4679386. OLE color: 4679386.

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

Color convert

RGB21810271-
CMYK00.530.670.15
HSL12.65º66.52%56.67%-
HSV(B)12.65º67.43%85.49%-
XYZ34.824.868.93-
YUV133.1592.93188.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.75%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 71 (28.12% from 255) = 18.16%
R=55.75%
G=26.09%
B=18.16%

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
Decimal2181027100.530.670.1512.6566.5256.67
HexDA664703543Fd4339
Octal332146107065103171510371
Binary110110101100110100011101101011000011111111011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6647; }

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

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

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

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

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

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

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

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