#DC6650

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

Shades of Flamingo #DC6650

Tints of Flamingo #DC6650

Color information

#DC6650 (or 0xDC6650) is unknown color: approx Flamingo. HEX triplet: DC, 66 and 50. RGB value is (220,102,80). Sum of RGB (Red+Green+Blue) = 220+102+80=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6650 is #2399AF. Grayscale: #868686. Windows color (decimal): -2333104 or 5269212. OLE color: 5269212.

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

Color convert

RGB22010280-
CMYK00.540.640.14
HSL9.43º66.67%58.82%-
HSV(B)9.43º63.64%86.27%-
XYZ35.7125.310.59-
YUV134.7797.09188.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.73%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 80 (31.64% from 255) = 19.90%
R=54.73%
G=25.37%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201028000.540.640.149.4366.6758.82
HexDC665003640E9433b
Octal334146120066100161110373
Binary110111001100110101000001101101000000111010011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6650; }

 p { color: rgb(220,102,80); }

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

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

 a { background-color: rgb(220,102,80); }

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

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

 span { border-color: rgb(220,102,80); }

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