#DB6754

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

Shades of Flamingo #DB6754

Tints of Flamingo #DB6754

Color information

#DB6754 (or 0xDB6754) is unknown color: approx Flamingo. HEX triplet: DB, 67 and 54. RGB value is (219,103,84). Sum of RGB (Red+Green+Blue) = 219+103+84=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6754 is #2498AB. Grayscale: #878787. Windows color (decimal): -2398380 or 5531611. OLE color: 5531611.

HSL color Cylindrical-coordinate representation of color #DB6754: hue angle of 8.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB6754 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB21910384-
CMYK00.530.620.14
HSL8.44º65.22%59.41%-
HSV(B)8.44º61.64%85.88%-
XYZ35.6625.411.41-
YUV135.5298.93187.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.94%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 84 (33.20% from 255) = 20.69%
R=53.94%
G=25.37%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191038400.530.620.148.4465.2259.41
HexDB67540353EE8413b
Octal33314712406576161010173
Binary11011011110011110101000110101111110111010001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6754; }

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

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

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

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

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

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

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

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