Html Css Color HEX #DB6147 Flamingo

📋 copy color: '#DB6147'

red 219 ◦ green 97 ◦ blue 71

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

Shades of Flamingo #DB6147

Tints of Flamingo #DB6147

RGB

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

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

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

R = 56.59%
G = 25.06%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB6147 (or 0xDB6147) is known color: Flamingo. HEX triplet: DB, 61 and 47. RGB value is (219,97,71). Sum of RGB (Red+Green+Blue) = 219+97+71=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6147 is #249EB8. Grayscale: #828282. Windows color (decimal): -2399929 or 4678107. OLE color: 4678107.

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

Color convert

RGB 219 97 71 -
CMYK 0 0.56 0.68 0.14
HSL 10.54º 0.67% 0.57% -
HSV(B) 10.54º 0.68% 0.86% -
XYZ 34.63 24.06 8.78 -
YUV 130.51 94.42 191.11 -
System Red Green Blue C M Y K H S L
Decimal 219 97 71 0 0.56 0.68 0.14 10.54 0.67 0.57
Hex DB 61 47 0 38 44 E B 43 39
Octal 333 141 107 0 70 104 16 13 103 71
Binary 11011011 1100001 1000111 0 111000 1000100 1110 1011 1000011 111001

Color Harmonies of #DB6147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6147

Black with #DB6147

Text Example


Text Example

White with #DB6147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6147; }

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

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

background-color css

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

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

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

border-color css

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

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

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