Html Css Color HEX #DB6949 Flamingo

📋 copy color: '#DB6949'

red 219 ◦ green 105 ◦ blue 73

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

Shades of Flamingo #DB6949

Tints of Flamingo #DB6949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.45%

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

R = 55.16%
G = 26.45%
B = 18.39%

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

#DB6949 (or 0xDB6949) is known color: Flamingo. HEX triplet: DB, 69 and 49. RGB value is (219,105,73). Sum of RGB (Red+Green+Blue) = 219+105+73=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6949 is #2496B6. Grayscale: #878787. Windows color (decimal): -2397879 or 4811227. OLE color: 4811227.

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

Color convert

RGB 219 105 73 -
CMYK 0 0.52 0.67 0.14
HSL 13.15º 0.67% 0.57% -
HSV(B) 13.15º 0.67% 0.86% -
XYZ 35.47 25.64 9.38 -
YUV 135.44 92.77 187.6 -
System Red Green Blue C M Y K H S L
Decimal 219 105 73 0 0.52 0.67 0.14 13.15 0.67 0.57
Hex DB 69 49 0 34 43 E D 43 39
Octal 333 151 111 0 64 103 16 15 103 71
Binary 11011011 1101001 1001001 0 110100 1000011 1110 1101 1000011 111001

Color Harmonies of #DB6949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6949

Black with #DB6949

Text Example


Text Example

White with #DB6949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6949; }

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

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

background-color css

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

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

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

border-color css

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

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

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