#DC6756

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

Shades of Flamingo #DC6756

Tints of Flamingo #DC6756

Color information

#DC6756 (or 0xDC6756) is unknown color: approx Flamingo. HEX triplet: DC, 67 and 56. RGB value is (220,103,86). Sum of RGB (Red+Green+Blue) = 220+103+86=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6756 is #2398A9. Grayscale: #888888. Windows color (decimal): -2332842 or 5662684. OLE color: 5662684.

HSL color Cylindrical-coordinate representation of color #DC6756: hue angle of 7.61º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC6756 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB22010386-
CMYK00.530.610.14
HSL7.61º65.69%60%-
HSV(B)7.61º60.91%86.27%-
XYZ36.0525.5911.84-
YUV136.0499.76187.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.79%
GREEN value IS 103 (40.62% from 255) = 25.18%
BLUE value IS 86 (33.98% from 255) = 21.03%
R=53.79%
G=25.18%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201038600.530.610.147.6165.6960
HexDC67560353DE8423c
Octal33414712606575161010274
Binary11011100110011110101100110101111101111010001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6756; }

 p { color: rgb(220,103,86); }

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

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

 a { background-color: rgb(220,103,86); }

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

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

 span { border-color: rgb(220,103,86); }

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