Html Css Color HEX #DB6A49 Flamingo

📋 copy color: '#DB6A49'

red 219 ◦ green 106 ◦ blue 73

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

Shades of Flamingo #DB6A49

Tints of Flamingo #DB6A49

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.63%

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

R = 55.03%
G = 26.63%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB6A49 (or 0xDB6A49) is known color: Flamingo. HEX triplet: DB, 6A and 49. RGB value is (219,106,73). Sum of RGB (Red+Green+Blue) = 219+106+73=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6A49 is #2495B6. Grayscale: #888888. Windows color (decimal): -2397623 or 4811483. OLE color: 4811483.

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

Color convert

RGB 219 106 73 -
CMYK 0 0.52 0.67 0.14
HSL 13.56º 0.67% 0.57% -
HSV(B) 13.56º 0.67% 0.86% -
XYZ 35.57 25.85 9.42 -
YUV 136.03 92.44 187.18 -
System Red Green Blue C M Y K H S L
Decimal 219 106 73 0 0.52 0.67 0.14 13.56 0.67 0.57
Hex DB 6A 49 0 34 43 E E 43 39
Octal 333 152 111 0 64 103 16 16 103 71
Binary 11011011 1101010 1001001 0 110100 1000011 1110 1110 1000011 111001

Color Harmonies of #DB6A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6A49

Black with #DB6A49

Text Example


Text Example

White with #DB6A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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