#D6634D

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

Shades of Flamingo #D6634D

Tints of Flamingo #D6634D

Color information

#D6634D (or 0xD6634D) is unknown color: approx Flamingo. HEX triplet: D6, 63 and 4D. RGB value is (214,99,77). Sum of RGB (Red+Green+Blue) = 214+99+77=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6634D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6634D is #299CB2. Grayscale: #838383. Windows color (decimal): -2727091 or 5071830. OLE color: 5071830.

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

Color convert

RGB2149977-
CMYK00.540.640.16
HSL9.64º62.56%57.06%-
HSV(B)9.64º64.02%83.92%-
XYZ33.5323.769.84-
YUV130.8897.6187.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.87%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 77 (30.47% from 255) = 19.74%
R=54.87%
G=25.38%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214997700.540.640.169.6462.5657.06
HexD6634D0364010a3f39
Octal32614311506610020127771
Binary110101101100011100110101101101000000100001010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6634D; }

 p { color: rgb(214,99,77); }

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

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

 a { background-color: rgb(214,99,77); }

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

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

 span { border-color: rgb(214,99,77); }

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