#D6694F

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

Shades of Flamingo #D6694F

Tints of Flamingo #D6694F

Color information

#D6694F (or 0xD6694F) is unknown color: approx Flamingo. HEX triplet: D6, 69 and 4F. RGB value is (214,105,79). Sum of RGB (Red+Green+Blue) = 214+105+79=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D6694F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6694F is #2996B0. Grayscale: #868686. Windows color (decimal): -2725553 or 5204438. OLE color: 5204438.

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

Color convert

RGB21410579-
CMYK00.510.630.16
HSL11.56º62.21%57.45%-
HSV(B)11.56º63.08%83.92%-
XYZ34.1924.9610.41-
YUV134.6396.61184.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.77%
GREEN value IS 105 (41.41% from 255) = 26.38%
BLUE value IS 79 (31.25% from 255) = 19.85%
R=53.77%
G=26.38%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141057900.510.630.1611.5662.2157.45
HexD6694F0333F10c3e39
Octal3261511170637720147671
Binary11010110110100110011110110011111111100001100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6694F; }

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

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

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

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

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

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

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

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