#D6694D

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

Shades of Flamingo #D6694D

Tints of Flamingo #D6694D

Color information

#D6694D (or 0xD6694D) is unknown color: approx Flamingo. HEX triplet: D6, 69 and 4D. RGB value is (214,105,77). Sum of RGB (Red+Green+Blue) = 214+105+77=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D6694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6694D is #2996B2. Grayscale: #868686. Windows color (decimal): -2725555 or 5073366. OLE color: 5073366.

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

Color convert

RGB21410577-
CMYK00.510.640.16
HSL12.26º62.56%57.06%-
HSV(B)12.26º64.02%83.92%-
XYZ34.1224.9410.04-
YUV134.495.61184.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.04%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 77 (30.47% from 255) = 19.44%
R=54.04%
G=26.52%
B=19.44%

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
Decimal2141057700.510.640.1612.2662.5657.06
HexD6694D0334010c3f39
Octal32615111506310020147771
Binary110101101101001100110101100111000000100001100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6694D; }

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

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

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

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

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

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

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

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