#DA6855

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

Shades of Flamingo #DA6855

Tints of Flamingo #DA6855

Color information

#DA6855 (or 0xDA6855) is unknown color: approx Flamingo. HEX triplet: DA, 68 and 55. RGB value is (218,104,85). Sum of RGB (Red+Green+Blue) = 218+104+85=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6855 is #2597AA. Grayscale: #888888. Windows color (decimal): -2463659 or 5597402. OLE color: 5597402.

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

Color convert

RGB21810485-
CMYK00.520.610.15
HSL8.57º64.25%59.41%-
HSV(B)8.57º61.01%85.49%-
XYZ35.525.4611.64-
YUV135.9299.27186.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.56%
GREEN value IS 104 (41.02% from 255) = 25.55%
BLUE value IS 85 (33.59% from 255) = 20.88%
R=53.56%
G=25.55%
B=20.88%

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
Decimal2181048500.520.610.158.5764.2559.41
HexDA68550343DF9403b
Octal33215012506475171110073
Binary11011010110100010101010110100111101111110011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6855; }

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

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

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

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

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

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

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

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