#DC6A49

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

Shades of Flamingo #DC6A49

Tints of Flamingo #DC6A49

Color information

#DC6A49 (or 0xDC6A49) is unknown color: approx Flamingo. HEX triplet: DC, 6A and 49. RGB value is (220,106,73). Sum of RGB (Red+Green+Blue) = 220+106+73=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6A49 is #2395B6. Grayscale: #888888. Windows color (decimal): -2332087 or 4811484. OLE color: 4811484.

HSL color Cylindrical-coordinate representation of color #DC6A49: hue angle of 13.47º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC6A49 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB22010673-
CMYK00.520.670.14
HSL13.47º67.74%57.45%-
HSV(B)13.47º66.82%86.27%-
XYZ35.87269.43-
YUV136.3292.27187.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.14%
GREEN value IS 106 (41.80% from 255) = 26.57%
BLUE value IS 73 (28.91% from 255) = 18.30%
R=55.14%
G=26.57%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201067300.520.670.1413.4767.7457.45
HexDC6A4903443Ed4439
Octal334152111064103161510471
Binary110111001101010100100101101001000011111011011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6A49; }

 p { color: rgb(220,106,73); }

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

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

 a { background-color: rgb(220,106,73); }

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

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

 span { border-color: rgb(220,106,73); }

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