#D6684D

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

Shades of Flamingo #D6684D

Tints of Flamingo #D6684D

Color information

#D6684D (or 0xD6684D) is unknown color: approx Flamingo. HEX triplet: D6, 68 and 4D. RGB value is (214,104,77). Sum of RGB (Red+Green+Blue) = 214+104+77=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D6684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6684D is #2997B2. Grayscale: #868686. Windows color (decimal): -2725811 or 5073110. OLE color: 5073110.

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

Color convert

RGB21410477-
CMYK00.510.640.16
HSL11.82º62.56%57.06%-
HSV(B)11.82º64.02%83.92%-
XYZ34.0224.7310-
YUV133.8195.94185.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.18%
GREEN value IS 104 (41.02% from 255) = 26.33%
BLUE value IS 77 (30.47% from 255) = 19.49%
R=54.18%
G=26.33%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141047700.510.640.1611.8262.5657.06
HexD6684D0334010c3f39
Octal32615011506310020147771
Binary110101101101000100110101100111000000100001100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6684D; }

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

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

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

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

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

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

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

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