#D3664F

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

Shades of Flamingo #D3664F

Tints of Flamingo #D3664F

Color information

#D3664F (or 0xD3664F) is unknown color: approx Flamingo. HEX triplet: D3, 66 and 4F. RGB value is (211,102,79). Sum of RGB (Red+Green+Blue) = 211+102+79=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D3664F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3664F is #2C99B0. Grayscale: #848484. Windows color (decimal): -2922929 or 5203667. OLE color: 5203667.

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

Color convert

RGB21110279-
CMYK00.520.630.17
HSL10.45º60%56.86%-
HSV(B)10.45º62.56%82.75%-
XYZ33.0323.9210.27-
YUV131.9798.11184.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.83%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 79 (31.25% from 255) = 20.15%
R=53.83%
G=26.02%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111027900.520.630.1710.456056.86
HexD3664F0343F11a3c39
Octal3231461170647721127471
Binary11010011110011010011110110100111111100011010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3664F; }

 p { color: rgb(211,102,79); }

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

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

 a { background-color: rgb(211,102,79); }

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

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

 span { border-color: rgb(211,102,79); }

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