#DB6749

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

Shades of Flamingo #DB6749

Tints of Flamingo #DB6749

Color information

#DB6749 (or 0xDB6749) is unknown color: approx Flamingo. HEX triplet: DB, 67 and 49. RGB value is (219,103,73). Sum of RGB (Red+Green+Blue) = 219+103+73=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6749 is #2498B6. Grayscale: #868686. Windows color (decimal): -2398391 or 4810715. OLE color: 4810715.

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

Color convert

RGB21910373-
CMYK00.530.670.14
HSL12.33º66.97%57.25%-
HSV(B)12.33º66.67%85.88%-
XYZ35.2725.249.32-
YUV134.2693.43188.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.44%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 73 (28.91% from 255) = 18.48%
R=55.44%
G=26.08%
B=18.48%

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
Decimal2191037300.530.670.1412.3366.9757.25
HexDB674903543Ec4339
Octal333147111065103161410371
Binary110110111100111100100101101011000011111011001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6749; }

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

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

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

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

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

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

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

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