Html Css Color HEX #DB6447 Flamingo

📋 copy color: '#DB6447'

red 219 ◦ green 100 ◦ blue 71

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

Shades of Flamingo #DB6447

Tints of Flamingo #DB6447

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.64%

 BLUE value IS 71 (28.13% from 255) = 18.21%

R = 56.15%
G = 25.64%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB6447 (or 0xDB6447) is known color: Flamingo. HEX triplet: DB, 64 and 47. RGB value is (219,100,71). Sum of RGB (Red+Green+Blue) = 219+100+71=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6447 is #249BB8. Grayscale: #848484. Windows color (decimal): -2399161 or 4678875. OLE color: 4678875.

HSL color Cylindrical-coordinate representation of color #DB6447: hue angle of 11.76º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB6447 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 100 71 -
CMYK 0 0.54 0.68 0.14
HSL 11.76º 0.67% 0.57% -
HSV(B) 11.76º 0.68% 0.86% -
XYZ 34.91 24.63 8.88 -
YUV 132.28 93.42 189.86 -
System Red Green Blue C M Y K H S L
Decimal 219 100 71 0 0.54 0.68 0.14 11.76 0.67 0.57
Hex DB 64 47 0 36 44 E C 43 39
Octal 333 144 107 0 66 104 16 14 103 71
Binary 11011011 1100100 1000111 0 110110 1000100 1110 1100 1000011 111001

Color Harmonies of #DB6447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6447

Black with #DB6447

Text Example


Text Example

White with #DB6447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6447; }

 p { color: rgb(219,100,71); }

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

background-color css

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

 a { background-color: rgb(219,100,71); }

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

border-color css

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

 span { border-color: rgb(219,100,71); }

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