Html Css Color HEX #DB6849 Flamingo

📋 copy color: '#DB6849'

red 219 ◦ green 104 ◦ blue 73

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

Shades of Flamingo #DB6849

Tints of Flamingo #DB6849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.26%

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

R = 55.3%
G = 26.26%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB6849 (or 0xDB6849) is known color: Flamingo. HEX triplet: DB, 68 and 49. RGB value is (219,104,73). Sum of RGB (Red+Green+Blue) = 219+104+73=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6849 is #2497B6. Grayscale: #878787. Windows color (decimal): -2398135 or 4810971. OLE color: 4810971.

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

Color convert

RGB 219 104 73 -
CMYK 0 0.53 0.67 0.14
HSL 12.74º 0.67% 0.57% -
HSV(B) 12.74º 0.67% 0.86% -
XYZ 35.37 25.44 9.35 -
YUV 134.85 93.1 188.02 -
System Red Green Blue C M Y K H S L
Decimal 219 104 73 0 0.53 0.67 0.14 12.74 0.67 0.57
Hex DB 68 49 0 35 43 E D 43 39
Octal 333 150 111 0 65 103 16 15 103 71
Binary 11011011 1101000 1001001 0 110101 1000011 1110 1101 1000011 111001

Color Harmonies of #DB6849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6849

Black with #DB6849

Text Example


Text Example

White with #DB6849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6849; }

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

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

background-color css

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

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

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

border-color css

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

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

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