Html Css Color HEX #DB5C47 Flamingo

📋 copy color: '#DB5C47'

red 219 ◦ green 92 ◦ blue 71

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

Shades of Flamingo #DB5C47

Tints of Flamingo #DB5C47

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.08%

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

R = 57.33%
G = 24.08%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB5C47 (or 0xDB5C47) is known color: Flamingo. HEX triplet: DB, 5C and 47. RGB value is (219,92,71). Sum of RGB (Red+Green+Blue) = 219+92+71=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5C47 is #24A3B8. Grayscale: #7F7F7F. Windows color (decimal): -2401209 or 4676827. OLE color: 4676827.

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

Color convert

RGB 219 92 71 -
CMYK 0 0.58 0.68 0.14
HSL 8.51º 0.67% 0.57% -
HSV(B) 8.51º 0.68% 0.86% -
XYZ 34.18 23.17 8.63 -
YUV 127.58 96.08 193.21 -
System Red Green Blue C M Y K H S L
Decimal 219 92 71 0 0.58 0.68 0.14 8.51 0.67 0.57
Hex DB 5C 47 0 3A 44 E 9 43 39
Octal 333 134 107 0 72 104 16 11 103 71
Binary 11011011 1011100 1000111 0 111010 1000100 1110 1001 1000011 111001

Color Harmonies of #DB5C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C47

Black with #DB5C47

Text Example


Text Example

White with #DB5C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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