Html Css Color HEX #DB6249 Flamingo

📋 copy color: '#DB6249'

red 219 ◦ green 98 ◦ blue 73

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

Shades of Flamingo #DB6249

Tints of Flamingo #DB6249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.13%

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

R = 56.15%
G = 25.13%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB6249 (or 0xDB6249) is known color: Flamingo. HEX triplet: DB, 62 and 49. RGB value is (219,98,73). Sum of RGB (Red+Green+Blue) = 219+98+73=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6249 is #249DB6. Grayscale: #838383. Windows color (decimal): -2399671 or 4809435. OLE color: 4809435.

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

Color convert

RGB 219 98 73 -
CMYK 0 0.55 0.67 0.14
HSL 10.27º 0.67% 0.57% -
HSV(B) 10.27º 0.67% 0.86% -
XYZ 34.78 24.28 9.16 -
YUV 131.33 95.09 190.53 -
System Red Green Blue C M Y K H S L
Decimal 219 98 73 0 0.55 0.67 0.14 10.27 0.67 0.57
Hex DB 62 49 0 37 43 E A 43 39
Octal 333 142 111 0 67 103 16 12 103 71
Binary 11011011 1100010 1001001 0 110111 1000011 1110 1010 1000011 111001

Color Harmonies of #DB6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6249

Black with #DB6249

Text Example


Text Example

White with #DB6249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6249; }

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

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

background-color css

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

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

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

border-color css

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

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

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