#D56650

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

Shades of Flamingo #D56650

Tints of Flamingo #D56650

Color information

#D56650 (or 0xD56650) is unknown color: approx Flamingo. HEX triplet: D5, 66 and 50. RGB value is (213,102,80). Sum of RGB (Red+Green+Blue) = 213+102+80=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D56650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56650 is #2A99AF. Grayscale: #848484. Windows color (decimal): -2791856 or 5269205. OLE color: 5269205.

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

Color convert

RGB21310280-
CMYK00.520.620.16
HSL9.92º61.29%57.45%-
HSV(B)9.92º62.44%83.53%-
XYZ33.6424.2310.49-
YUV132.6898.27185.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.92%
GREEN value IS 102 (40.23% from 255) = 25.82%
BLUE value IS 80 (31.64% from 255) = 20.25%
R=53.92%
G=25.82%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131028000.520.620.169.9261.2957.45
HexD566500343E10a3d39
Octal3251461200647620127571
Binary11010101110011010100000110100111110100001010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56650; }

 p { color: rgb(213,102,80); }

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

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

 a { background-color: rgb(213,102,80); }

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

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

 span { border-color: rgb(213,102,80); }

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