Html Css Color HEX #DC5B49 Flamingo

📋 copy color: '#DC5B49'

red 220 ◦ green 91 ◦ blue 73

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

Shades of Flamingo #DC5B49

Tints of Flamingo #DC5B49

RGB

 RED value IS 220 (86.33% from 255) = 57.29%

 GREEN value IS 91 (35.94% from 255) = 23.7%

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

R = 57.29%
G = 23.7%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC5B49 (or 0xDC5B49) is known color: Flamingo. HEX triplet: DC, 5B and 49. RGB value is (220,91,73). Sum of RGB (Red+Green+Blue) = 220+91+73=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5B49 is #23A4B6. Grayscale: #7F7F7F. Windows color (decimal): -2335927 or 4807644. OLE color: 4807644.

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

Color convert

RGB 220 91 73 -
CMYK 0 0.59 0.67 0.14
HSL 7.35º 0.68% 0.57% -
HSV(B) 7.35º 0.67% 0.86% -
XYZ 34.46 23.18 8.96 -
YUV 127.52 97.24 193.96 -
System Red Green Blue C M Y K H S L
Decimal 220 91 73 0 0.59 0.67 0.14 7.35 0.68 0.57
Hex DC 5B 49 0 3B 43 E 7 44 39
Octal 334 133 111 0 73 103 16 7 104 71
Binary 11011100 1011011 1001001 0 111011 1000011 1110 111 1000100 111001

Color Harmonies of #DC5B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5B49

Black with #DC5B49

Text Example


Text Example

White with #DC5B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5B49; }

 p { color: rgb(220,91,73); }

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

background-color css

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

 a { background-color: rgb(220,91,73); }

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

border-color css

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

 span { border-color: rgb(220,91,73); }

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