#D7644F

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

Shades of Flamingo #D7644F

Tints of Flamingo #D7644F

Color information

#D7644F (or 0xD7644F) is unknown color: approx Flamingo. HEX triplet: D7, 64 and 4F. RGB value is (215,100,79). Sum of RGB (Red+Green+Blue) = 215+100+79=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D7644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7644F is #289BB0. Grayscale: #848484. Windows color (decimal): -2661297 or 5203159. OLE color: 5203159.

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

Color convert

RGB21510079-
CMYK00.530.630.16
HSL9.26º62.96%57.65%-
HSV(B)9.26º63.26%84.31%-
XYZ33.9924.1310.26-
YUV131.9998.1187.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.57%
GREEN value IS 100 (39.45% from 255) = 25.38%
BLUE value IS 79 (31.25% from 255) = 20.05%
R=54.57%
G=25.38%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151007900.530.630.169.2662.9657.65
HexD7644F0353F1093f3a
Octal3271441170657720117772
Binary11010111110010010011110110101111111100001001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7644F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7644F; }

 p { color: rgb(215,100,79); }

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

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

 a { background-color: rgb(215,100,79); }

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

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

 span { border-color: rgb(215,100,79); }

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