#D6674E

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

Shades of Flamingo #D6674E

Tints of Flamingo #D6674E

Color information

#D6674E (or 0xD6674E) is unknown color: approx Flamingo. HEX triplet: D6, 67 and 4E. RGB value is (214,103,78). Sum of RGB (Red+Green+Blue) = 214+103+78=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D6674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6674E is #2998B1. Grayscale: #858585. Windows color (decimal): -2726066 or 5138390. OLE color: 5138390.

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

Color convert

RGB21410378-
CMYK00.520.640.16
HSL11.03º62.39%57.25%-
HSV(B)11.03º63.55%83.92%-
XYZ33.9624.5510.16-
YUV133.3496.77185.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.18%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 78 (30.86% from 255) = 19.75%
R=54.18%
G=26.08%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141037800.520.640.1611.0362.3957.25
HexD6674E0344010b3e39
Octal32614711606410020137671
Binary110101101100111100111001101001000000100001011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6674E; }

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

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

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

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

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

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

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

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