#DB6347

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

Shades of Flamingo #DB6347

Tints of Flamingo #DB6347

Color information

#DB6347 (or 0xDB6347) is unknown color: approx Flamingo. HEX triplet: DB, 63 and 47. RGB value is (219,99,71). Sum of RGB (Red+Green+Blue) = 219+99+71=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6347 is #249CB8. Grayscale: #838383. Windows color (decimal): -2399417 or 4678619. OLE color: 4678619.

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

Color convert

RGB2199971-
CMYK00.550.680.14
HSL11.35º67.27%56.86%-
HSV(B)11.35º67.58%85.88%-
XYZ34.8124.448.84-
YUV131.6993.76190.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.30%
GREEN value IS 99 (39.06% from 255) = 25.45%
BLUE value IS 71 (28.12% from 255) = 18.25%
R=56.30%
G=25.45%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219997100.550.680.1411.3567.2756.86
HexDB634703744Eb4339
Octal333143107067104161310371
Binary110110111100011100011101101111000100111010111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6347; }

 p { color: rgb(219,99,71); }

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

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

 a { background-color: rgb(219,99,71); }

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

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

 span { border-color: rgb(219,99,71); }

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