#d85f49

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

Shades of Flamingo #D85F49

Tints of Flamingo #D85F49

Color information

#D85F49 (or 0xD85F49) is unknown color: approx Flamingo. HEX triplet: D8, 5F and 49. RGB value is (216,95,73). Sum of RGB (Red+Green+Blue) = 216+95+73=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F49 is #27A0B6. Grayscale: #808080. Windows color (decimal): -2597047 or 4808664. OLE color: 4808664.

HSL color Cylindrical-coordinate representation of color #D85F49: hue angle of 9.23º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D85F49 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB2169573-
CMYK00.560.660.15
HSL9.23º64.71%56.67%-
HSV(B)9.23º66.2%84.71%-
XYZ33.6123.269.02-
YUV128.6796.59190.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.25%
GREEN value IS 95 (37.5% from 255) = 24.74%
BLUE value IS 73 (28.91% from 255) = 19.01%
R=56.25%
G=24.74%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216957300.560.660.159.2364.7156.67
HexD85F4903842F94139
Octal330137111070102171110171
Binary110110001011111100100101110001000010111110011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d85f49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d85f49; }

 p { color: rgb(216,95,73); }

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

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

 a { background-color: rgb(216,95,73); }

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

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

 span { border-color: rgb(216,95,73); }

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