#D56250

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

Shades of Flamingo #D56250

Tints of Flamingo #D56250

Color information

#D56250 (or 0xD56250) is unknown color: approx Flamingo. HEX triplet: D5, 62 and 50. RGB value is (213,98,80). Sum of RGB (Red+Green+Blue) = 213+98+80=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D56250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56250 is #2A9DAF. Grayscale: #828282. Windows color (decimal): -2792880 or 5268181. OLE color: 5268181.

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

Color convert

RGB2139880-
CMYK00.540.620.16
HSL8.12º61.29%57.45%-
HSV(B)8.12º62.44%83.53%-
XYZ33.2623.4610.36-
YUV130.3399.6186.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.48%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 80 (31.64% from 255) = 20.46%
R=54.48%
G=25.06%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213988000.540.620.168.1261.2957.45
HexD562500363E1083d39
Octal3251421200667620107571
Binary11010101110001010100000110110111110100001000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56250; }

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

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

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

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

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

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

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

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