Html Css Color HEX #DB6847 Flamingo

📋 copy color: '#DB6847'

red 219 ◦ green 104 ◦ blue 71

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

Shades of Flamingo #DB6847

Tints of Flamingo #DB6847

RGB

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

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

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

R = 55.58%
G = 26.4%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB6847 (or 0xDB6847) is known color: Flamingo. HEX triplet: DB, 68 and 47. RGB value is (219,104,71). Sum of RGB (Red+Green+Blue) = 219+104+71=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6847 is #2497B8. Grayscale: #868686. Windows color (decimal): -2398137 or 4679899. OLE color: 4679899.

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

Color convert

RGB 219 104 71 -
CMYK 0 0.53 0.68 0.14
HSL 13.38º 0.67% 0.57% -
HSV(B) 13.38º 0.68% 0.86% -
XYZ 35.3 25.42 9.01 -
YUV 134.62 92.1 188.18 -
System Red Green Blue C M Y K H S L
Decimal 219 104 71 0 0.53 0.68 0.14 13.38 0.67 0.57
Hex DB 68 47 0 35 44 E D 43 39
Octal 333 150 107 0 65 104 16 15 103 71
Binary 11011011 1101000 1000111 0 110101 1000100 1110 1101 1000011 111001

Color Harmonies of #DB6847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6847

Black with #DB6847

Text Example


Text Example

White with #DB6847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6847; }

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

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

background-color css

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

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

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

border-color css

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

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

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