#DB6448

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

Shades of Flamingo #DB6448

Tints of Flamingo #DB6448

Color information

#DB6448 (or 0xDB6448) is unknown color: approx Flamingo. HEX triplet: DB, 64 and 48. RGB value is (219,100,72). Sum of RGB (Red+Green+Blue) = 219+100+72=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6448 is #249BB7. Grayscale: #848484. Windows color (decimal): -2399160 or 4744411. OLE color: 4744411.

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

Color convert

RGB21910072-
CMYK00.540.670.14
HSL11.43º67.12%57.06%-
HSV(B)11.43º67.12%85.88%-
XYZ34.9424.649.05-
YUV132.3993.92189.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.01%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=56.01%
G=25.58%
B=18.41%

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
Decimal2191007200.540.670.1411.4367.1257.06
HexDB644803643Eb4339
Octal333144110066103161310371
Binary110110111100100100100001101101000011111010111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6448; }

 p { color: rgb(219,100,72); }

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

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

 a { background-color: rgb(219,100,72); }

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

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

 span { border-color: rgb(219,100,72); }

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