#DB6649

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

Shades of Flamingo #DB6649

Tints of Flamingo #DB6649

Color information

#DB6649 (or 0xDB6649) is unknown color: approx Flamingo. HEX triplet: DB, 66 and 49. RGB value is (219,102,73). Sum of RGB (Red+Green+Blue) = 219+102+73=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6649 is #2499B6. Grayscale: #858585. Windows color (decimal): -2398647 or 4810459. OLE color: 4810459.

HSL color Cylindrical-coordinate representation of color #DB6649: hue angle of 11.92º 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 #DB6649 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB21910273-
CMYK00.530.670.14
HSL11.92º66.97%57.25%-
HSV(B)11.92º66.67%85.88%-
XYZ35.1725.049.28-
YUV133.6893.76188.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.58%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 73 (28.91% from 255) = 18.53%
R=55.58%
G=25.89%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191027300.530.670.1411.9266.9757.25
HexDB664903543Ec4339
Octal333146111065103161410371
Binary110110111100110100100101101011000011111011001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6649; }

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

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

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

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

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

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

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

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