Html Css Color HEX #DB5F47 Flamingo

📋 copy color: '#DB5F47'

red 219 ◦ green 95 ◦ blue 71

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

Shades of Flamingo #DB5F47

Tints of Flamingo #DB5F47

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.68%

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

R = 56.88%
G = 24.68%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB5F47 (or 0xDB5F47) is known color: Flamingo. HEX triplet: DB, 5F and 47. RGB value is (219,95,71). Sum of RGB (Red+Green+Blue) = 219+95+71=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5F47 is #24A0B8. Grayscale: #818181. Windows color (decimal): -2400441 or 4677595. OLE color: 4677595.

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

Color convert

RGB 219 95 71 -
CMYK 0 0.57 0.68 0.14
HSL 9.73º 0.67% 0.57% -
HSV(B) 9.73º 0.68% 0.86% -
XYZ 34.44 23.7 8.72 -
YUV 129.34 95.08 191.95 -
System Red Green Blue C M Y K H S L
Decimal 219 95 71 0 0.57 0.68 0.14 9.73 0.67 0.57
Hex DB 5F 47 0 39 44 E A 43 39
Octal 333 137 107 0 71 104 16 12 103 71
Binary 11011011 1011111 1000111 0 111001 1000100 1110 1010 1000011 111001

Color Harmonies of #DB5F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F47

Black with #DB5F47

Text Example


Text Example

White with #DB5F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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