#DB6549

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

Shades of Flamingo #DB6549

Tints of Flamingo #DB6549

Color information

#DB6549 (or 0xDB6549) is unknown color: approx Flamingo. HEX triplet: DB, 65 and 49. RGB value is (219,101,73). Sum of RGB (Red+Green+Blue) = 219+101+73=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6549 is #249AB6. Grayscale: #858585. Windows color (decimal): -2398903 or 4810203. OLE color: 4810203.

HSL color Cylindrical-coordinate representation of color #DB6549: hue angle of 11.51º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB6549 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB21910173-
CMYK00.540.670.14
HSL11.51º66.97%57.25%-
HSV(B)11.51º66.67%85.88%-
XYZ35.0724.859.25-
YUV133.0994.09189.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.73%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 73 (28.91% from 255) = 18.58%
R=55.73%
G=25.70%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191017300.540.670.1411.5166.9757.25
HexDB654903643Ec4339
Octal333145111066103161410371
Binary110110111100101100100101101101000011111011001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6549; }

 p { color: rgb(219,101,73); }

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

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

 a { background-color: rgb(219,101,73); }

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

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

 span { border-color: rgb(219,101,73); }

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