#DC6355

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

Shades of Flamingo #DC6355

Tints of Flamingo #DC6355

Color information

#DC6355 (or 0xDC6355) is unknown color: approx Flamingo. HEX triplet: DC, 63 and 55. RGB value is (220,99,85). Sum of RGB (Red+Green+Blue) = 220+99+85=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6355 is #239CAA. Grayscale: #858585. Windows color (decimal): -2333867 or 5596124. OLE color: 5596124.

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

Color convert

RGB2209985-
CMYK00.550.610.14
HSL6.22º65.85%59.8%-
HSV(B)6.22º61.36%86.27%-
XYZ35.6224.811.5-
YUV133.58100.59189.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.46%
GREEN value IS 99 (39.06% from 255) = 24.50%
BLUE value IS 85 (33.59% from 255) = 21.04%
R=54.46%
G=24.50%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220998500.550.610.146.2265.8559.8
HexDC63550373DE6423c
Octal3341431250677516610274
Binary1101110011000111010101011011111110111101101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6355; }

 p { color: rgb(220,99,85); }

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

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

 a { background-color: rgb(220,99,85); }

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

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

 span { border-color: rgb(220,99,85); }

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