Html Css Color HEX #DB6047 Flamingo

📋 copy color: '#DB6047'

red 219 ◦ green 96 ◦ blue 71

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

Shades of Flamingo #DB6047

Tints of Flamingo #DB6047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.87%

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

R = 56.74%
G = 24.87%
B = 18.39%

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

#DB6047 (or 0xDB6047) is known color: Flamingo. HEX triplet: DB, 60 and 47. RGB value is (219,96,71). Sum of RGB (Red+Green+Blue) = 219+96+71=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6047 is #249FB8. Grayscale: #828282. Windows color (decimal): -2400185 or 4677851. OLE color: 4677851.

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

Color convert

RGB 219 96 71 -
CMYK 0 0.56 0.68 0.14
HSL 10.14º 0.67% 0.57% -
HSV(B) 10.14º 0.68% 0.86% -
XYZ 34.53 23.88 8.75 -
YUV 129.93 94.75 191.53 -
System Red Green Blue C M Y K H S L
Decimal 219 96 71 0 0.56 0.68 0.14 10.14 0.67 0.57
Hex DB 60 47 0 38 44 E A 43 39
Octal 333 140 107 0 70 104 16 12 103 71
Binary 11011011 1100000 1000111 0 111000 1000100 1110 1010 1000011 111001

Color Harmonies of #DB6047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6047

Black with #DB6047

Text Example


Text Example

White with #DB6047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6047; }

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

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

background-color css

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

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

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

border-color css

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

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

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