Html Css Color HEX #DC6149 Flamingo

📋 copy color: '#DC6149'

red 220 ◦ green 97 ◦ blue 73

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

Shades of Flamingo #DC6149

Tints of Flamingo #DC6149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.87%

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

R = 56.41%
G = 24.87%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC6149 (or 0xDC6149) is known color: Flamingo. HEX triplet: DC, 61 and 49. RGB value is (220,97,73). Sum of RGB (Red+Green+Blue) = 220+97+73=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6149 is #239EB6. Grayscale: #838383. Windows color (decimal): -2334391 or 4809180. OLE color: 4809180.

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

Color convert

RGB 220 97 73 -
CMYK 0 0.56 0.67 0.14
HSL 9.8º 0.68% 0.57% -
HSV(B) 9.8º 0.67% 0.86% -
XYZ 34.99 24.25 9.14 -
YUV 131.04 95.25 191.45 -
System Red Green Blue C M Y K H S L
Decimal 220 97 73 0 0.56 0.67 0.14 9.8 0.68 0.57
Hex DC 61 49 0 38 43 E A 44 39
Octal 334 141 111 0 70 103 16 12 104 71
Binary 11011100 1100001 1001001 0 111000 1000011 1110 1010 1000100 111001

Color Harmonies of #DC6149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6149

Black with #DC6149

Text Example


Text Example

White with #DC6149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6149; }

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

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

background-color css

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

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

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

border-color css

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

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

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