#DA6955

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

Shades of Flamingo #DA6955

Tints of Flamingo #DA6955

Color information

#DA6955 (or 0xDA6955) is unknown color: approx Flamingo. HEX triplet: DA, 69 and 55. RGB value is (218,105,85). Sum of RGB (Red+Green+Blue) = 218+105+85=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6955 is #2596AA. Grayscale: #888888. Windows color (decimal): -2463403 or 5597658. OLE color: 5597658.

HSL color Cylindrical-coordinate representation of color #DA6955: hue angle of 9.02º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA6955 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB21810585-
CMYK00.520.610.15
HSL9.02º64.25%59.41%-
HSV(B)9.02º61.01%85.49%-
XYZ35.625.6611.67-
YUV136.5198.94186.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.43%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 85 (33.59% from 255) = 20.83%
R=53.43%
G=25.74%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181058500.520.610.159.0264.2559.41
HexDA69550343DF9403b
Octal33215112506475171110073
Binary11011010110100110101010110100111101111110011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6955; }

 p { color: rgb(218,105,85); }

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

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

 a { background-color: rgb(218,105,85); }

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

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

 span { border-color: rgb(218,105,85); }

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