#D66951

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

Shades of Flamingo #D66951

Tints of Flamingo #D66951

Color information

#D66951 (or 0xD66951) is unknown color: approx Flamingo. HEX triplet: D6, 69 and 51. RGB value is (214,105,81). Sum of RGB (Red+Green+Blue) = 214+105+81=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D66951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66951 is #2996AE. Grayscale: #878787. Windows color (decimal): -2725551 or 5335510. OLE color: 5335510.

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

Color convert

RGB21410581-
CMYK00.510.620.16
HSL10.83º61.86%57.84%-
HSV(B)10.83º62.15%83.92%-
XYZ34.2724.9910.8-
YUV134.8597.61184.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.5%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 81 (32.03% from 255) = 20.25%
R=53.5%
G=26.25%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141058100.510.620.1610.8361.8657.84
HexD669510333E10b3e3a
Octal3261511210637620137672
Binary11010110110100110100010110011111110100001011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66951; }

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

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

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

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

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

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

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

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