Html Css Color HEX #DB6149 Flamingo

📋 copy color: '#DB6149'

red 219 ◦ green 97 ◦ blue 73

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

Shades of Flamingo #DB6149

Tints of Flamingo #DB6149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.94%

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

R = 56.3%
G = 24.94%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB6149 (or 0xDB6149) is known color: Flamingo. HEX triplet: DB, 61 and 49. RGB value is (219,97,73). Sum of RGB (Red+Green+Blue) = 219+97+73=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6149 is #249EB6. Grayscale: #828282. Windows color (decimal): -2399927 or 4809179. OLE color: 4809179.

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

Color convert

RGB 219 97 73 -
CMYK 0 0.56 0.67 0.14
HSL 9.86º 0.67% 0.57% -
HSV(B) 9.86º 0.67% 0.86% -
XYZ 34.69 24.09 9.12 -
YUV 130.74 95.42 190.95 -
System Red Green Blue C M Y K H S L
Decimal 219 97 73 0 0.56 0.67 0.14 9.86 0.67 0.57
Hex DB 61 49 0 38 43 E A 43 39
Octal 333 141 111 0 70 103 16 12 103 71
Binary 11011011 1100001 1001001 0 111000 1000011 1110 1010 1000011 111001

Color Harmonies of #DB6149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6149

Black with #DB6149

Text Example


Text Example

White with #DB6149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6149; }

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

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

background-color css

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

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

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

border-color css

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

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

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