Html Css Color HEX #DB6B4E Flamingo

📋 copy color: '#DB6B4E'

red 219 ◦ green 107 ◦ blue 78

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

Shades of Flamingo #DB6B4E

Tints of Flamingo #DB6B4E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.49%

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

R = 54.21%
G = 26.49%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB6B4E (or 0xDB6B4E) is known color: Flamingo. HEX triplet: DB, 6B and 4E. RGB value is (219,107,78). Sum of RGB (Red+Green+Blue) = 219+107+78=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B4E is #2494B1. Grayscale: #898989. Windows color (decimal): -2397362 or 5139419. OLE color: 5139419.

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

Color convert

RGB 219 107 78 -
CMYK 0 0.51 0.64 0.14
HSL 12.34º 0.66% 0.58% -
HSV(B) 12.34º 0.64% 0.86% -
XYZ 35.85 26.13 10.36 -
YUV 137.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 219 107 78 0 0.51 0.64 0.14 12.34 0.66 0.58
Hex DB 6B 4E 0 33 40 E C 42 3A
Octal 333 153 116 0 63 100 16 14 102 72
Binary 11011011 1101011 1001110 0 110011 1000000 1110 1100 1000010 111010

Color Harmonies of #DB6B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B4E

Black with #DB6B4E

Text Example


Text Example

White with #DB6B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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