#D7664E

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

Shades of Flamingo #D7664E

Tints of Flamingo #D7664E

Color information

#D7664E (or 0xD7664E) is unknown color: approx Flamingo. HEX triplet: D7, 66 and 4E. RGB value is (215,102,78). Sum of RGB (Red+Green+Blue) = 215+102+78=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D7664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7664E is #2899B1. Grayscale: #858585. Windows color (decimal): -2660786 or 5138135. OLE color: 5138135.

HSL color Cylindrical-coordinate representation of color #D7664E: hue angle of 10.51º 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 #D7664E is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB21510278-
CMYK00.530.640.16
HSL10.51º63.13%57.45%-
HSV(B)10.51º63.72%84.31%-
XYZ34.1524.510.14-
YUV133.0596.94186.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.43%
GREEN value IS 102 (40.23% from 255) = 25.82%
BLUE value IS 78 (30.86% from 255) = 19.75%
R=54.43%
G=25.82%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151027800.530.640.1610.5163.1357.45
HexD7664E0354010b3f39
Octal32714611606510020137771
Binary110101111100110100111001101011000000100001011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7664E; }

 p { color: rgb(215,102,78); }

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

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

 a { background-color: rgb(215,102,78); }

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

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

 span { border-color: rgb(215,102,78); }

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