#D6694E

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

Shades of Flamingo #D6694E

Tints of Flamingo #D6694E

Color information

#D6694E (or 0xD6694E) is unknown color: approx Flamingo. HEX triplet: D6, 69 and 4E. RGB value is (214,105,78). Sum of RGB (Red+Green+Blue) = 214+105+78=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D6694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6694E is #2996B1. Grayscale: #868686. Windows color (decimal): -2725554 or 5138902. OLE color: 5138902.

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

Color convert

RGB21410578-
CMYK00.510.640.16
HSL11.91º62.39%57.25%-
HSV(B)11.91º63.55%83.92%-
XYZ34.1624.9510.22-
YUV134.5196.11184.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.90%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 78 (30.86% from 255) = 19.65%
R=53.90%
G=26.45%
B=19.65%

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
Decimal2141057800.510.640.1611.9162.3957.25
HexD6694E0334010c3e39
Octal32615111606310020147671
Binary110101101101001100111001100111000000100001100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6694E; }

 p { color: rgb(214,105,78); }

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

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

 a { background-color: rgb(214,105,78); }

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

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

 span { border-color: rgb(214,105,78); }

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