Html Css Color HEX #DC6C49 Flamingo

📋 copy color: '#DC6C49'

red 220 ◦ green 108 ◦ blue 73

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

Shades of Flamingo #DC6C49

Tints of Flamingo #DC6C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.93%

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

R = 54.86%
G = 26.93%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC6C49 (or 0xDC6C49) is known color: Flamingo. HEX triplet: DC, 6C and 49. RGB value is (220,108,73). Sum of RGB (Red+Green+Blue) = 220+108+73=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6C49 is #2393B6. Grayscale: #898989. Windows color (decimal): -2331575 or 4811996. OLE color: 4811996.

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

Color convert

RGB 220 108 73 -
CMYK 0 0.51 0.67 0.14
HSL 14.29º 0.68% 0.57% -
HSV(B) 14.29º 0.67% 0.86% -
XYZ 36.08 26.42 9.5 -
YUV 137.5 91.61 186.85 -
System Red Green Blue C M Y K H S L
Decimal 220 108 73 0 0.51 0.67 0.14 14.29 0.68 0.57
Hex DC 6C 49 0 33 43 E E 44 39
Octal 334 154 111 0 63 103 16 16 104 71
Binary 11011100 1101100 1001001 0 110011 1000011 1110 1110 1000100 111001

Color Harmonies of #DC6C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C49

Black with #DC6C49

Text Example


Text Example

White with #DC6C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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