Html Css Color HEX #DB6E4E Flamingo

📋 copy color: '#DB6E4E'

red 219 ◦ green 110 ◦ blue 78

#DB6E4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #DB6E4E

Tints of Flamingo #DB6E4E

RGB

 RED value IS 219 (85.94% from 255) = 53.81%

 GREEN value IS 110 (43.36% from 255) = 27.03%

 BLUE value IS 78 (30.86% from 255) = 19.16%

R = 53.81%
G = 27.03%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB6E4E (or 0xDB6E4E) is known color: Flamingo. HEX triplet: DB, 6E and 4E. RGB value is (219,110,78). Sum of RGB (Red+Green+Blue) = 219+110+78=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6E4E is #2491B1. Grayscale: #8B8B8B. Windows color (decimal): -2396594 or 5140187. OLE color: 5140187.

HSL color Cylindrical-coordinate representation of color #DB6E4E: hue angle of 13.62º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB6E4E is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 110 78 -
CMYK 0 0.50 0.64 0.14
HSL 13.62º 0.66% 0.58% -
HSV(B) 13.62º 0.64% 0.86% -
XYZ 36.16 26.76 10.47 -
YUV 138.94 93.61 185.1 -
System Red Green Blue C M Y K H S L
Decimal 219 110 78 0 0.50 0.64 0.14 13.62 0.66 0.58
Hex DB 6E 4E 0 32 40 E E 42 3A
Octal 333 156 116 0 62 100 16 16 102 72
Binary 11011011 1101110 1001110 0 110010 1000000 1110 1110 1000010 111010

Color Harmonies of #DB6E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6E4E

Black with #DB6E4E

Text Example


Text Example

White with #DB6E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6E4E; }

 p { color: rgb(219,110,78); }

 H1.HeaderClassName
 {
   color: #DB6E4E;
 }
 .AnyTagClassName
 {
   color: #DB6E4E;
 }
</style>

background-color css

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

 a { background-color: rgb(219,110,78); }

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

border-color css

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

 span { border-color: rgb(219,110,78); }

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