#D5664A

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

Shades of Flamingo #D5664A

Tints of Flamingo #D5664A

Color information

#D5664A (or 0xD5664A) is unknown color: approx Flamingo. HEX triplet: D5, 66 and 4A. RGB value is (213,102,74). Sum of RGB (Red+Green+Blue) = 213+102+74=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5664A is #2A99B5. Grayscale: #848484. Windows color (decimal): -2791862 or 4875989. OLE color: 4875989.

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

Color convert

RGB21310274-
CMYK00.520.650.16
HSL12.09º62.33%56.27%-
HSV(B)12.09º65.26%83.53%-
XYZ33.4324.149.38-
YUV13295.27185.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.76%
GREEN value IS 102 (40.23% from 255) = 26.22%
BLUE value IS 74 (29.30% from 255) = 19.02%
R=54.76%
G=26.22%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131027400.520.650.1612.0962.3356.27
HexD5664A0344110c3e38
Octal32514611206410120147670
Binary110101011100110100101001101001000001100001100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5664A; }

 p { color: rgb(213,102,74); }

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

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

 a { background-color: rgb(213,102,74); }

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

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

 span { border-color: rgb(213,102,74); }

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