#D4644D

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

Shades of Flamingo #D4644D

Tints of Flamingo #D4644D

Color information

#D4644D (or 0xD4644D) is unknown color: approx Flamingo. HEX triplet: D4, 64 and 4D. RGB value is (212,100,77). Sum of RGB (Red+Green+Blue) = 212+100+77=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D4644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4644D is #2B9BB2. Grayscale: #838383. Windows color (decimal): -2857907 or 5072084. OLE color: 5072084.

HSL color Cylindrical-coordinate representation of color #D4644D: hue angle of 10.22º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D4644D is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB21210077-
CMYK00.530.640.17
HSL10.22º61.09%56.67%-
HSV(B)10.22º63.68%83.14%-
XYZ33.0523.659.84-
YUV130.8797.61185.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.50%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 77 (30.47% from 255) = 19.79%
R=54.50%
G=25.71%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121007700.530.640.1710.2261.0956.67
HexD4644D0354011a3d39
Octal32414411506510021127571
Binary110101001100100100110101101011000000100011010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4644D; }

 p { color: rgb(212,100,77); }

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

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

 a { background-color: rgb(212,100,77); }

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

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

 span { border-color: rgb(212,100,77); }

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