#D46750

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

Shades of Flamingo #D46750

Tints of Flamingo #D46750

Color information

#D46750 (or 0xD46750) is unknown color: approx Flamingo. HEX triplet: D4, 67 and 50. RGB value is (212,103,80). Sum of RGB (Red+Green+Blue) = 212+103+80=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D46750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46750 is #2B98AF. Grayscale: #858585. Windows color (decimal): -2857136 or 5269460. OLE color: 5269460.

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

Color convert

RGB21210380-
CMYK00.510.620.17
HSL10.45º60.55%57.25%-
HSV(B)10.45º62.26%83.14%-
XYZ33.4524.2810.51-
YUV132.9798.11184.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.67%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 80 (31.64% from 255) = 20.25%
R=53.67%
G=26.08%
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.17
SystemRedGreenBlueCMYKHSL
Decimal2121038000.510.620.1710.4560.5557.25
HexD467500333E11a3d39
Octal3241471200637621127571
Binary11010100110011110100000110011111110100011010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46750; }

 p { color: rgb(212,103,80); }

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

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

 a { background-color: rgb(212,103,80); }

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

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

 span { border-color: rgb(212,103,80); }

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