#DA6245

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

Shades of Flamingo #DA6245

Tints of Flamingo #DA6245

Color information

#DA6245 (or 0xDA6245) is unknown color: approx Flamingo. HEX triplet: DA, 62 and 45. RGB value is (218,98,69). Sum of RGB (Red+Green+Blue) = 218+98+69=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6245 is #259DBA. Grayscale: #828282. Windows color (decimal): -2465211 or 4547290. OLE color: 4547290.

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

Color convert

RGB2189869-
CMYK00.550.680.15
HSL11.68º66.82%56.27%-
HSV(B)11.68º68.35%85.49%-
XYZ34.3624.078.47-
YUV130.5793.26190.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.62%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 69 (27.34% from 255) = 17.92%
R=56.62%
G=25.45%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218986900.550.680.1511.6866.8256.27
HexDA624503744Fc4338
Octal332142105067104171410370
Binary110110101100010100010101101111000100111111001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6245; }

 p { color: rgb(218,98,69); }

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

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

 a { background-color: rgb(218,98,69); }

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

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

 span { border-color: rgb(218,98,69); }

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