Html Css Color HEX #DB6E4C Flamingo

📋 copy color: '#DB6E4C'

red 219 ◦ green 110 ◦ blue 76

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

Shades of Flamingo #DB6E4C

Tints of Flamingo #DB6E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.77%

R = 54.07%
G = 27.16%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB6E4C (or 0xDB6E4C) is known color: Flamingo. HEX triplet: DB, 6E and 4C. RGB value is (219,110,76). Sum of RGB (Red+Green+Blue) = 219+110+76=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6E4C is #2491B3. Grayscale: #8A8A8A. Windows color (decimal): -2396596 or 5009115. OLE color: 5009115.

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

Color convert

RGB 219 110 76 -
CMYK 0 0.50 0.65 0.14
HSL 14.27º 0.67% 0.58% -
HSV(B) 14.27º 0.65% 0.86% -
XYZ 36.09 26.73 10.1 -
YUV 138.72 92.61 185.26 -
System Red Green Blue C M Y K H S L
Decimal 219 110 76 0 0.50 0.65 0.14 14.27 0.67 0.58
Hex DB 6E 4C 0 32 41 E E 43 3A
Octal 333 156 114 0 62 101 16 16 103 72
Binary 11011011 1101110 1001100 0 110010 1000001 1110 1110 1000011 111010

Color Harmonies of #DB6E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6E4C

Black with #DB6E4C

Text Example


Text Example

White with #DB6E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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