#D6664C

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

Shades of Flamingo #D6664C

Tints of Flamingo #D6664C

Color information

#D6664C (or 0xD6664C) is unknown color: approx Flamingo. HEX triplet: D6, 66 and 4C. RGB value is (214,102,76). Sum of RGB (Red+Green+Blue) = 214+102+76=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6664C is #2999B3. Grayscale: #848484. Windows color (decimal): -2726324 or 5007062. OLE color: 5007062.

HSL color Cylindrical-coordinate representation of color #D6664C: hue angle of 11.3º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6664C is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB21410276-
CMYK00.520.640.16
HSL11.3º62.73%56.86%-
HSV(B)11.3º64.49%83.92%-
XYZ33.7924.329.75-
YUV132.5296.11186.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.59%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 76 (30.08% from 255) = 19.39%
R=54.59%
G=26.02%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141027600.520.640.1611.362.7356.86
HexD6664C0344010b3f39
Octal32614611406410020137771
Binary110101101100110100110001101001000000100001011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6664C; }

 p { color: rgb(214,102,76); }

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

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

 a { background-color: rgb(214,102,76); }

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

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

 span { border-color: rgb(214,102,76); }

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