Html Css Color HEX #DB5C49 Flamingo

📋 copy color: '#DB5C49'

red 219 ◦ green 92 ◦ blue 73

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

Shades of Flamingo #DB5C49

Tints of Flamingo #DB5C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.01%

R = 57.03%
G = 23.96%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB5C49 (or 0xDB5C49) is known color: Flamingo. HEX triplet: DB, 5C and 49. RGB value is (219,92,73). Sum of RGB (Red+Green+Blue) = 219+92+73=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5C49 is #24A3B6. Grayscale: #808080. Windows color (decimal): -2401207 or 4807899. OLE color: 4807899.

HSL color Cylindrical-coordinate representation of color #DB5C49: hue angle of 7.81º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB5C49 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 92 73 -
CMYK 0 0.58 0.67 0.14
HSL 7.81º 0.67% 0.57% -
HSV(B) 7.81º 0.67% 0.86% -
XYZ 34.24 23.2 8.98 -
YUV 127.81 97.08 193.04 -
System Red Green Blue C M Y K H S L
Decimal 219 92 73 0 0.58 0.67 0.14 7.81 0.67 0.57
Hex DB 5C 49 0 3A 43 E 8 43 39
Octal 333 134 111 0 72 103 16 10 103 71
Binary 11011011 1011100 1001001 0 111010 1000011 1110 1000 1000011 111001

Color Harmonies of #DB5C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C49

Black with #DB5C49

Text Example


Text Example

White with #DB5C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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