Html Css Color HEX #DB6C49 Flamingo

📋 copy color: '#DB6C49'

red 219 ◦ green 108 ◦ blue 73

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

Shades of Flamingo #DB6C49

Tints of Flamingo #DB6C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27%

 BLUE value IS 73 (28.91% from 255) = 18.25%

R = 54.75%
G = 27%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB6C49 (or 0xDB6C49) is known color: Flamingo. HEX triplet: DB, 6C and 49. RGB value is (219,108,73). Sum of RGB (Red+Green+Blue) = 219+108+73=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6C49 is #2493B6. Grayscale: #898989. Windows color (decimal): -2397111 or 4811995. OLE color: 4811995.

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

Color convert

RGB 219 108 73 -
CMYK 0 0.51 0.67 0.14
HSL 14.38º 0.67% 0.57% -
HSV(B) 14.38º 0.67% 0.86% -
XYZ 35.78 26.27 9.49 -
YUV 137.2 91.77 186.35 -
System Red Green Blue C M Y K H S L
Decimal 219 108 73 0 0.51 0.67 0.14 14.38 0.67 0.57
Hex DB 6C 49 0 33 43 E E 43 39
Octal 333 154 111 0 63 103 16 16 103 71
Binary 11011011 1101100 1001001 0 110011 1000011 1110 1110 1000011 111001

Color Harmonies of #DB6C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6C49

Black with #DB6C49

Text Example


Text Example

White with #DB6C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6C49; }

 p { color: rgb(219,108,73); }

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

background-color css

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

 a { background-color: rgb(219,108,73); }

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

border-color css

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

 span { border-color: rgb(219,108,73); }

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